diff --git a/source/_layouts/base.html.twig b/source/_layouts/base.html.twig index b9a7ece0..2bd12f17 100644 --- a/source/_layouts/base.html.twig +++ b/source/_layouts/base.html.twig @@ -43,6 +43,9 @@
{% block body %}{% endblock %} + {# Add the Mastodon verification link so pages can be verified. #} + Mastodon + {% if site.plausible.domain %} {% endif %} diff --git a/source/_layouts/page.html.twig b/source/_layouts/page.html.twig index 3ffe9a60..7731e968 100644 --- a/source/_layouts/page.html.twig +++ b/source/_layouts/page.html.twig @@ -1,13 +1,5 @@ {% extends 'default' %} -{% block body %} - {{ parent() }} - - {% if page.url == "//" or page.url == "/daily/" %} - Mastodon - {% endif %} -{% endblock %} - {% block content_bottom %} {% include 'about-me.html.twig' %} {% endblock %}