about summary refs log tree commit diff stats
path: root/templates
diff options
context:
space:
mode:
authorAlan Pearce2024-02-09 14:13:23 +0100
committerAlan Pearce2024-02-09 14:13:23 +0100
commit5f7390ee69cf214b2be78279a97bcadc8d6604e6 (patch)
tree7551b8fadd9d5b77b7bf211dc6df6659e132b29b /templates
parent5e9c829bd70a14ada0818976011b59bf6babbae9 (diff)
downloadzola-bearblog-5f7390ee69cf214b2be78279a97bcadc8d6604e6.tar.lz
zola-bearblog-5f7390ee69cf214b2be78279a97bcadc8d6604e6.tar.zst
zola-bearblog-5f7390ee69cf214b2be78279a97bcadc8d6604e6.zip
Show heading in taxonomy list page
Diffstat (limited to 'templates')
-rw-r--r--templates/taxonomy_list.html1
1 files changed, 1 insertions, 0 deletions
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 %}
   <main>
+    <h3 style="margin-bottom:0">{{ taxonomy.name | capitalize }}</h3>
     <small>
       <div>
         {% set tags = get_taxonomy(kind="tags") %}