about summary refs log tree commit diff stats
path: root/templates/taxonomy_list.html
diff options
context:
space:
mode:
authorOleksii Dobrovolskyi2024-02-13 18:24:43 +0200
committerOleksii Dobrovolskyi2024-02-13 18:24:43 +0200
commitec4421f6b2a89448939bf6dc9df5e2c5d1224c19 (patch)
treea71450e3ace8d1ad99e986507a835fb679556678 /templates/taxonomy_list.html
parent91f72a8f3071daebea322fb65365cda55956512f (diff)
downloadzola-bearblog-ec4421f6b2a89448939bf6dc9df5e2c5d1224c19.tar.lz
zola-bearblog-ec4421f6b2a89448939bf6dc9df5e2c5d1224c19.tar.zst
zola-bearblog-ec4421f6b2a89448939bf6dc9df5e2c5d1224c19.zip
Correction of headings hierarchy and styling
Diffstat (limited to 'templates/taxonomy_list.html')
-rw-r--r--templates/taxonomy_list.html2
1 files changed, 1 insertions, 1 deletions
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 %}
   <main>
-    <h3 style="margin-bottom:0">{{ taxonomy.name | capitalize }}</h3>
+    <h1>{{ taxonomy.name | capitalize }}</h1>
     <small>
       <div>
         {% set tags = get_taxonomy(kind="tags") %}