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:
2025-12-03 14:28:08 -05:00
parent c42d01d4f4
commit ea4d8bd1d7
+1 -1
View File
@@ -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>