diff --git a/templates/index.html b/templates/index.html
index 2145dff..83ed53d 100644
--- a/templates/index.html
+++ b/templates/index.html
@@ -18,16 +18,17 @@
{%- if feed is containing('atom') %}
{%- endif %}
+
{%- if feed is containing('rss') %}
{%- endif %}
- {%- endfor %}
- {% endif -%}
- {# Favicon #}
- {% if config.extra.favicon %}
-
- {% endif %}
+ {%- endfor %}
+ {%- endif -%}
+
+ {%- if config.extra.favicon %}
+
+ {% endif -%}
{%- block extra_head %}
{% endblock extra_head -%}