diff --git a/templates/base.html b/templates/base.html index f681472..9bc3473 100644 --- a/templates/base.html +++ b/templates/base.html @@ -29,16 +29,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 %}