From d24d07bb072fae828fdc6115d5377a22a51c0906 Mon Sep 17 00:00:00 2001 From: Fabrice Mouhartem Date: Tue, 23 Apr 2019 19:36:15 +0530 Subject: [PATCH] Compatible with pelican 4.0 --- templates/base.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/templates/base.html b/templates/base.html index f681472..9bc3473 100644 --- a/templates/base.html +++ b/templates/base.html @@ -29,16 +29,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 %} {% endfor %}