diff --git a/templates/index.html b/templates/index.html
index ad781e1..3d87910 100644
--- a/templates/index.html
+++ b/templates/index.html
@@ -11,11 +11,11 @@
{{ head_macros::head(config=config) }}
{%- if config.generate_rss %}
-
+
{% endif -%}
{%- if config.extra.favicon %}
-
+
{% endif -%}
{%- block extra_head %}
@@ -68,7 +68,7 @@
-
+
Read more
↩︎
@@ -37,7 +37,7 @@
-{% endblock content %}
\ No newline at end of file
+{% endblock content %}
diff --git a/templates/tags/single.html b/templates/tags/single.html
index 03c7f16..7895912 100644
--- a/templates/tags/single.html
+++ b/templates/tags/single.html
@@ -7,10 +7,10 @@
({{ term.pages | length }} post{{ term.pages | length | pluralize }})
-
+
Show all tags
{{ post_macros::list_posts(pages=term.pages) }}
-{% endblock content %}
\ No newline at end of file
+{% endblock content %}