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 %}