From 5e9c829bd70a14ada0818976011b59bf6babbae9 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Fri, 9 Feb 2024 14:06:50 +0100 Subject: Display tag header on single-tag pages Fixes https://codeberg.org/alanpearce/zola-bearblog/issues/3 --- templates/taxonomy_single.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates/taxonomy_single.html') diff --git a/templates/taxonomy_single.html b/templates/taxonomy_single.html index be0f2ad..b46e07f 100644 --- a/templates/taxonomy_single.html +++ b/templates/taxonomy_single.html @@ -2,7 +2,7 @@ {% block main %}
- {%- if taxonomy.term %} + {%- if term %}

Filtering for "{{ term.name }}"

Remove filter -- cgit 1.4.1