From 70f55af9c627df65fb8d102ef9a790bb9cef8fd8 Mon Sep 17 00:00:00 2001 From: Tyrel Souza Date: Thu, 20 Jul 2023 23:38:02 -0400 Subject: [PATCH] more --- themes/waterspill-en/templates/tag.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/themes/waterspill-en/templates/tag.html b/themes/waterspill-en/templates/tag.html index 7165ac6..cf6ec7a 100644 --- a/themes/waterspill-en/templates/tag.html +++ b/themes/waterspill-en/templates/tag.html @@ -9,6 +9,6 @@ {{ article.content }}

{% if not SUPPRESS_ITEM_CATEGORIES %}Category: {{ article.category }}{% endif %} | {% if article.tags %} Tags: {% for tag in article.tags %} {{ tag }} {% if not loop.last %} / {% endif %} {% endfor %}

{% endif %} {% endfor %} -{% endif %} + {% endif %} {% endblock content %} - +{% block archives %}{% endblock %}