From 01e6b9fc204b6ca010c204b23b26e04253395bb0 Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Mon, 8 Nov 2021 23:48:31 +0100 Subject: [PATCH] format --- themes/pelican-striped-html5up/templates/base.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/themes/pelican-striped-html5up/templates/base.html b/themes/pelican-striped-html5up/templates/base.html index 1c228f1..27d90c3 100644 --- a/themes/pelican-striped-html5up/templates/base.html +++ b/themes/pelican-striped-html5up/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 %}