From 19701d1646fcf8f95c51bab60ee4aadc23ece2b5 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Fri, 23 Jun 2023 14:01:52 +0200 Subject: Make tag lists more semantic --- themes/bear/templates/section.html | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) (limited to 'themes/bear/templates/section.html') diff --git a/themes/bear/templates/section.html b/themes/bear/templates/section.html index c7f80de..3042cd2 100644 --- a/themes/bear/templates/section.html +++ b/themes/bear/templates/section.html @@ -22,15 +22,13 @@
  • No posts yet
  • - {% endfor %} + {%- endfor %} + + - -
    - {% set tags = get_taxonomy(kind="tags") %} - {% for post in tags.items %} - #{{ post.name }} - {% endfor %} -
    -
    {% endblock %} -- cgit 1.4.1