diff --git a/source/_layouts/page.html.twig b/source/_layouts/page.html.twig index 7731e968..911fc348 100644 --- a/source/_layouts/page.html.twig +++ b/source/_layouts/page.html.twig @@ -1,5 +1,13 @@ {% extends 'default' %} +{% block body %} + {{ parent() }} + + {% if page.url == "//" %} + + {% endif %} +{% endblock %} + {% block content_bottom %} {% include 'about-me.html.twig' %} {% endblock %}