From be8552ef29fc7b3aa2a2d9de541afe3ce9c24ec0 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Wed, 29 May 2024 16:03:14 +0200 Subject: improve accessibility and HTML validity --- templates/taxonomy_list.html | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) (limited to 'templates/taxonomy_list.html') diff --git a/templates/taxonomy_list.html b/templates/taxonomy_list.html index f11519d..7ccb4a5 100644 --- a/templates/taxonomy_list.html +++ b/templates/taxonomy_list.html @@ -3,13 +3,11 @@ {% block main %}

{{ taxonomy.name | capitalize }}

- -
- {%- set tags = get_taxonomy(kind="tags", lang=lang) %} - {%- for post in tags.items %} - #{{ post.name }}  - {%- endfor %} -
-
+
+ {%- set tags = get_taxonomy(kind="tags", lang=lang) %} + {%- for post in tags.items %} + #{{ post.name }}  + {%- endfor %} +
{% endblock %} -- cgit 1.4.1