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/page.html | 6 +++--- themes/bear/templates/section.html | 16 +++++++--------- 2 files changed, 10 insertions(+), 12 deletions(-) (limited to 'themes') diff --git a/themes/bear/templates/page.html b/themes/bear/templates/page.html index d91a47f..393139b 100644 --- a/themes/bear/templates/page.html +++ b/themes/bear/templates/page.html @@ -16,14 +16,14 @@
{{ page.content | safe }}
-

+

{% endblock %} 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