From 5f7390ee69cf214b2be78279a97bcadc8d6604e6 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Fri, 9 Feb 2024 14:13:23 +0100 Subject: Show heading in taxonomy list page --- templates/taxonomy_list.html | 1 + 1 file changed, 1 insertion(+) (limited to 'templates/taxonomy_list.html') diff --git a/templates/taxonomy_list.html b/templates/taxonomy_list.html index 69d9fa2..e5a5cb3 100644 --- a/templates/taxonomy_list.html +++ b/templates/taxonomy_list.html @@ -2,6 +2,7 @@ {% block main %}
+

{{ taxonomy.name | capitalize }}

{% set tags = get_taxonomy(kind="tags") %} -- cgit 1.4.1 From ec4421f6b2a89448939bf6dc9df5e2c5d1224c19 Mon Sep 17 00:00:00 2001 From: Oleksii Dobrovolskyi Date: Tue, 13 Feb 2024 18:24:43 +0200 Subject: Correction of headings hierarchy and styling --- templates/header.html | 2 +- templates/style.css.html | 4 ++++ templates/taxonomy_list.html | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) (limited to 'templates/taxonomy_list.html') diff --git a/templates/header.html b/templates/header.html index 43f6c40..f92e903 100644 --- a/templates/header.html +++ b/templates/header.html @@ -1,6 +1,6 @@
-

{{ config.title }}

+

{{ config.title }}