From ea62ace992fc383ca95b443159b90329b59ab7db Mon Sep 17 00:00:00 2001 From: putro Date: Tue, 19 Nov 2019 15:31:54 +0100 Subject: [PATCH] fixed syntax for feeds in pelican version 4 --- themes/minimunit/templates/base.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/themes/minimunit/templates/base.html b/themes/minimunit/templates/base.html index da4bf50..102e4fb 100644 --- a/themes/minimunit/templates/base.html +++ b/themes/minimunit/templates/base.html @@ -18,16 +18,16 @@ {% endif %} {% if CATEGORY_FEED_ATOM and category %} - + {% endif %} {% if CATEGORY_FEED_RSS and category %} - + {% endif %} {% if TAG_FEED_ATOM and tag %} - + {% endif %} {% if TAG_FEED_RSS and tag %} - + {% endif %} {% endblock head %}