mirror of
https://github.com/kennethreitz/kjvstudy.org.git
synced 2026-06-05 23:00:16 +00:00
Replace › with / in sticky header breadcrumb
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -1500,7 +1500,7 @@
|
||||
<nav class="sticky-header-breadcrumb">
|
||||
{% for crumb in breadcrumbs[:-1] %}
|
||||
<a href="{{ crumb.url }}">{{ crumb.text }}</a>
|
||||
{% if not loop.last %}<span class="sep">›</span>{% endif %}
|
||||
{% if not loop.last %}<span class="sep">/</span>{% endif %}
|
||||
{% endfor %}
|
||||
</nav>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user