Skip to content

Commit

Permalink
Add divider after the last breadcrumb
Browse files Browse the repository at this point in the history
  • Loading branch information
fabianrbz committed Oct 22, 2024
1 parent 730141a commit 8b7a716
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/_includes/breadcrumbs.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<div class="flex gap-1 justify-start text-xs items-center">
{% for breadcrumb in page.breadcrumbs %}
<a class="text-terciary" href="{{ breadcrumb.url }}">{{ breadcrumb.title }}</a>
{% unless forloop.last %}<span>/</span>{% endunless %}
<span>/</span>
{% endfor %}
</div>

0 comments on commit 8b7a716

Please sign in to comment.