about summary refs log tree commit diff stats
path: root/templates/taxonomy_list.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/taxonomy_list.html')
-rw-r--r--templates/taxonomy_list.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/taxonomy_list.html b/templates/taxonomy_list.html
index ef28c58..69d9fa2 100644
--- a/templates/taxonomy_list.html
+++ b/templates/taxonomy_list.html
@@ -1,7 +1,7 @@
 {% extends "base.html" %}
 
 {% block main %}
-  <content>
+  <main>
     <small>
       <div>
         {% set tags = get_taxonomy(kind="tags") %}
@@ -10,5 +10,5 @@
         {% endfor %}
       </div>
     </small>
-  </content>
+  </main>
 {% endblock %}