From 0153f55016a995d437b4ebe0ae8fe7a29956ba49 Mon Sep 17 00:00:00 2001 From: Bryan Brattlof Date: Tue, 15 Jan 2019 10:53:56 -0600 Subject: [PATCH] Update 'simple' theme to use new Atom/RSS settings --- pelican/themes/simple/templates/base.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pelican/themes/simple/templates/base.html b/pelican/themes/simple/templates/base.html index a1fdcf78..4fde8de5 100644 --- a/pelican/themes/simple/templates/base.html +++ b/pelican/themes/simple/templates/base.html @@ -17,16 +17,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 %}