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/taxonomy_list.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates/taxonomy_list.html') diff --git a/templates/taxonomy_list.html b/templates/taxonomy_list.html index e5a5cb3..98b8fc9 100644 --- a/templates/taxonomy_list.html +++ b/templates/taxonomy_list.html @@ -2,7 +2,7 @@ {% block main %}
-

{{ taxonomy.name | capitalize }}

+

{{ taxonomy.name | capitalize }}

{% set tags = get_taxonomy(kind="tags") %} -- cgit 1.4.1