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/section.html | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) (limited to 'templates/section.html') diff --git a/templates/section.html b/templates/section.html index a389c93..a3520b5 100644 --- a/templates/section.html +++ b/templates/section.html @@ -13,7 +13,7 @@
  • - @@ -24,13 +24,11 @@
  • {{ trans(key="no_posts", lang=lang) }}
  • {%- endfor -%} - -
    - {%- set tags = get_taxonomy(kind="tags", lang=lang) %} - {%- for post in tags.items %} +
    + {%- set tags = get_taxonomy(kind="tags", lang=lang) %} + {%- for post in tags.items %} #{{ post.name }}  - {%- endfor %} -
    -
    + {%- endfor %} +
    {% endblock %} -- cgit 1.4.1