Display tag label instead of tag slug in page title

This commit is contained in:
Nicolas Lœuillet 2024-11-22 13:49:08 +01:00
parent 93e877f086
commit 08b68d4d87
No known key found for this signature in database
GPG key ID: FA576177B1EBB573

View file

@ -9,7 +9,7 @@
{% elseif current_route == 'search' %}
{{ 'entry.page_titles.filtered_search'|trans }} {{ filter }}
{% elseif current_route == 'tag_entries' %}
{{ 'entry.page_titles.filtered_tags'|trans }} {{ filter }}
{{ 'entry.page_titles.filtered_tags'|trans }} {{ tag.label }}
{% elseif current_route == 'untagged' %}
{{ 'entry.page_titles.untagged'|trans }}
{% elseif current_route == 'same_domain' %}