From 10012c0c521af53edace704ccb7660dc13fd107d Mon Sep 17 00:00:00 2001 From: RealOrangeOne Date: Sun, 26 Jun 2016 21:46:02 +0100 Subject: [PATCH] allow hiding of list in category view --- theme/templates/category.html | 42 ++++++++++++++++++----------------- 1 file changed, 22 insertions(+), 20 deletions(-) diff --git a/theme/templates/category.html b/theme/templates/category.html index 463affd..0846d74 100644 --- a/theme/templates/category.html +++ b/theme/templates/category.html @@ -21,33 +21,35 @@ - {% if category.page %} + {% if category.page.content %}
{{ category.page.content }}
{% endif %} -
-
+ + {% endif %} {% endblock %}