From 9ff16f6d45440ad1343362b323ca47ae99b629f4 Mon Sep 17 00:00:00 2001 From: Ekaitz Zarraga Date: Thu, 3 Dec 2020 12:44:24 +0100 Subject: Add category support again --- themes/elenq/templates/article.html | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/themes/elenq/templates/article.html b/themes/elenq/templates/article.html index a2b5635..07d5470 100644 --- a/themes/elenq/templates/article.html +++ b/themes/elenq/templates/article.html @@ -36,6 +36,11 @@ {% endfor %} {% endif %} + {% if article.category != "misc" %} +
+ Category: {{ article.category }} +
+ {% endif %}
{{ article.content }} -- cgit v1.2.3