diff options
Diffstat (limited to 'templates/page.html')
-rw-r--r-- | templates/page.html | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/templates/page.html b/templates/page.html index 9dfe800..86c0712 100644 --- a/templates/page.html +++ b/templates/page.html @@ -50,8 +50,7 @@ </div> {% endblock header %} -{% block title %} -{% endblock title %} +{% block title %} {% endblock title %} {% block main %} <main class="site-main section-inner animated fadeIn faster"> @@ -169,8 +168,4 @@ </main> {% endblock main %} -{% block footer %} - -{{ macros::footer() }} - -{% endblock footer %} +{% block footer %} {{ macros::footer() }} {% endblock footer %} |