diff --git a/templates/index.html b/templates/index.html index 2cc1bce..8e3fa92 100644 --- a/templates/index.html +++ b/templates/index.html @@ -15,15 +15,12 @@ {%- if config.generate_feeds %} {%- for feed in config.feed_filenames %} - - {%- if feed is containing('atom') %} - - {%- endif %} - - {%- if feed is containing('rss') %} - - {%- endif %} - + {%- if feed is containing('atom') %} + + {%- endif %} + {%- if feed is containing('rss') %} + + {%- endif %} {%- endfor %} {% endif -%} @@ -34,6 +31,25 @@ {%- block extra_head %} {% endblock extra_head -%} + + + @@ -129,10 +145,8 @@ {% endblock footer %} - {%- block extra_body %} {% endblock extra_body -%} - - \ No newline at end of file +