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