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 %}

- {{page.title}} + {{page.title}}

@@ -27,7 +27,7 @@
{% if not hide_read_more %} - Read more ⟶ + Read more ⟶ {% endif %}
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) %} - + {% endmacro page_back_link %} {% macro section_back_link(section) %} {% set top_section = get_section(path=section.ancestors | last) %} - + {% 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 %}
{% if page.lower %} - + {% endif %} {% if page.higher %} - + {% endif %}
{% endif %}