From 7ed624b108a683d6eb5e37da5c5da00aa5fd030f Mon Sep 17 00:00:00 2001 From: Katharina Sabel Date: Fri, 9 Dec 2016 23:19:50 +0100 Subject: A lot of changes that are very destructive to the theme. But I needed and wanted them. Might clean up the template tree to be a bit less...hacky. But this works for now --- templates/categories.html | 30 +++++++++++++++++------------- 1 file changed, 17 insertions(+), 13 deletions(-) (limited to 'templates/categories.html') diff --git a/templates/categories.html b/templates/categories.html index 0c24668..a5a97a8 100755 --- a/templates/categories.html +++ b/templates/categories.html @@ -26,18 +26,22 @@ {% endblock header %} {% block content %} -
-
- {% for category, articles in categories %} -

{{ category|capitalize }}

-
- {% for article in articles %} -
{{ article.locale_date}}
-
{{ article.title }}
- {% endfor %} -
- {% endfor %} -
-
+ +
+ +

{{ category|capitalize }}

+
+ + {% for category, articles in categories %} +

{{ category|capitalize }}

+
+ {% for article in articles %} +
{{ article.locale_date}}
+
{{ article.title }}
+ {% endfor %} +
+ {% endfor %} +
+
{% endblock content %} -- cgit v1.2.3