From 9d7d13a80aeaa4b60b55659a4ee4fb24ab6248ee Mon Sep 17 00:00:00 2001 From: schneefux Date: Mon, 15 Aug 2016 19:27:09 +0200 Subject: introduce featured tags --- templates/index.html | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'templates') diff --git a/templates/index.html b/templates/index.html index 8af43ee..b940bb2 100644 --- a/templates/index.html +++ b/templates/index.html @@ -79,14 +79,24 @@ {% endif %} {% endwith %} - {% if tags %} + {% if tags or featured %}
+ {% if tags %} {% for tag in tags %}
{{ tag }} close
{% endfor %} + {% endif %} + + {% if featured %} +

Empfohlen: + {% for tag in featured %} + #{{ tag }} + {% endfor %} +

+ {% endif %}
{% endif %} {% if jokes|length > 0 %} -- cgit v1.3.1