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.
1 parent e1c209b commit 6994674Copy full SHA for 6994674
src/_includes/templates/default.njk
@@ -32,7 +32,7 @@
32
<ul class="list-inline mb-1" aria-labelledby="filters_label">
33
{%- for tag in tags -%}
34
{%- set tagTranslationKey = 'tags.' + tag -%}
35
- <li class="list-inline-item"><div class="tagType" data-tag="{{ tag }}">{{ tagTranslationKey | translate }}</a></li>
+ <li class="list-inline-item"><span class="tagType d-inline-block" data-tag="{{ tag }}">{{ tagTranslationKey | translate }}</span></li>
36
{% endfor -%}
37
</ul>
38
{% endif %}
0 commit comments