diff --git a/templates/fragments/feeds.html b/templates/fragments/feeds.html
index b1b6267..cec3ac1 100644
--- a/templates/fragments/feeds.html
+++ b/templates/fragments/feeds.html
@@ -1 +1,24 @@
-
+{% if FEED_ALL_ATOM %}
+
+{% endif %}
+{% if FEED_ALL_RSS %}
+
+{% endif %}
+{% if FEED_ATOM %}
+
+{% endif %}
+{% if FEED_RSS %}
+
+{% 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 %}
diff --git a/templates/sidebar.html b/templates/sidebar.html
index 0ce5798..7c2c2b9 100644
--- a/templates/sidebar.html
+++ b/templates/sidebar.html
@@ -35,7 +35,7 @@
{% endif %}
{% endfor %}
-