We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6500ae6 + ddb3118 commit 8c87828Copy full SHA for 8c87828
themes/vocabulary_theme/templates/layout.html
@@ -154,7 +154,7 @@
154
{% for crumb in crumbs %}
155
<!-- Active link -->
156
{% if this._slug == crumb %}
157
- <li class="is-active"><a aria-current="page displayed">{{ crumb | title | replace('-', ' ') }}</a></li>
+ <li class="is-active"><a aria-current="page displayed">{{ this.title }}</a></li>
158
{% else %}
159
<!-- Forming the URL using extracted slugs -->
160
{% set i = loop.index %}
0 commit comments