From 6fce82882e2fadcd44a6d4220d09a3fa73fe7653 Mon Sep 17 00:00:00 2001 From: Guilhem Saurel Date: Thu, 3 Jan 2019 03:22:10 +0100 Subject: [PATCH] update for pelican 4 (#40) --- templates/base.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/templates/base.html b/templates/base.html index 9fd7385..83f76dd 100644 --- a/templates/base.html +++ b/templates/base.html @@ -40,16 +40,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 %}