From d2a81979fa39638ad47d9ad6bce3bbe48f5e138c Mon Sep 17 00:00:00 2001 From: "mb@mb" Date: Thu, 12 Apr 2018 00:06:14 +0200 Subject: [PATCH] being totally confused about what happens here, removes things that didn't seem to do anything --- themes/varia/templates/category.html | 8 -------- 1 file changed, 8 deletions(-) diff --git a/themes/varia/templates/category.html b/themes/varia/templates/category.html index 9010519..5e8c574 100644 --- a/themes/varia/templates/category.html +++ b/themes/varia/templates/category.html @@ -2,13 +2,5 @@ {% block content_title %}

Category: {{ category }}


-{% for p in pages %} - {% if p.slug == category %} -
{{ p.content }}
- {% endif %} - {% if p.slug == projects %} -
{{ p.content }}
- {% endif %} -{% endfor %} {% endblock %}