diff --git a/templates/base.html b/templates/base.html index 9fd7385..83f76dd 100644 --- a/templates/base.html +++ b/templates/base.html @@ -40,16 +40,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 %} {% endfor %}