From bc71171766a09099bb7157d33dd02440be0ae614 Mon Sep 17 00:00:00 2001 From: Sam Bull Date: Mon, 13 Apr 2026 13:09:46 +0100 Subject: [PATCH] Update base.html --- 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 081b70e1..57d2bafd 100644 --- a/pelican/themes/simple/templates/base.html +++ b/pelican/themes/simple/templates/base.html @@ -25,16 +25,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 %}