diff --git a/themes/minimunit/templates/base.html b/themes/minimunit/templates/base.html index da4bf50..102e4fb 100644 --- a/themes/minimunit/templates/base.html +++ b/themes/minimunit/templates/base.html @@ -18,16 +18,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 %}