We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 681e455 commit 8cb52c0Copy full SHA for 8cb52c0
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