all repos — zola-bearblog @ 5e9c829bd70a14ada0818976011b59bf6babbae9

Port of bear blog theme to zola

Display tag header on single-tag pages Fixes https://codeberg.org/alanpearce/zola-bearblog/issues/3

Alan Pearce
commit

5e9c829bd70a14ada0818976011b59bf6babbae9

parent

0347efbadcfe627acd25dd5138d295773c7e5594

1 file changed, 1 insertion(+), 1 deletion(-)

jump to
M templates/taxonomy_single.htmltemplates/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>