Display tag header on single-tag pages Fixes https://codeberg.org/alanpearce/zola-bearblog/issues/3
1 file changed, 1 insertion(+), 1 deletion(-)
M templates/taxonomy_single.html → templates/taxonomy_single.html
@@ -2,7 +2,7 @@ {% extends "base.html" %} {% block main %} <main> - {%- if taxonomy.term %} + {%- if term %} <h3 style="margin-bottom:0">Filtering for "{{ term.name }}"</h3> <small> <a href="{{ get_url(path="@/blog/_index.md", lang=lang) }}">Remove filter</a>