From 9bfd68e0c0791150f433e7c17cc0363d397c0c24 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Tue, 6 Aug 2024 01:02:09 +0100 Subject: [PATCH] Add Mastodon verification link to the Home page --- source/_layouts/page.html.twig | 8 ++++++++ 1 file changed, 8 insertions(+) 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 %}