diff --git a/templates/macros/macros.html b/templates/macros/macros.html
index 67e2836..b3b41cb 100644
--- a/templates/macros/macros.html
+++ b/templates/macros/macros.html
@@ -3,7 +3,7 @@
{%- for page in pages %}
diff --git a/templates/macros/prev.html b/templates/macros/prev.html
index 2759314..08ba6bb 100644
--- a/templates/macros/prev.html
+++ b/templates/macros/prev.html
@@ -1,10 +1,10 @@
{% macro page_back_link(page) %}
{% set top_section = get_section(path=page.ancestors | last) %}
-‹ back
+‹ back
{% endmacro page_back_link %}
{% macro section_back_link(section) %}
{% set top_section = get_section(path=section.ancestors | last) %}
-‹ back
+‹ back
{% endmacro section_back_link %}
diff --git a/templates/page.html b/templates/page.html
index 254a4fd..f862564 100644
--- a/templates/page.html
+++ b/templates/page.html
@@ -2,7 +2,7 @@
{% block extra_head %}
-
+
{% endblock extra_head %}
{% block title %}
@@ -30,10 +30,10 @@
{% if page.lower or page.higher %}
{% endif %}