Add Mastodon verification link to the Home page

This commit is contained in:
Oliver Davies 2024-08-06 01:02:09 +01:00
parent e68d91091d
commit 9bfd68e0c0

View file

@ -1,5 +1,13 @@
{% extends 'default' %} {% extends 'default' %}
{% block body %}
{{ parent() }}
{% if page.url == "//" %}
<a class="hidden" rel="me" href="https://mastodon.social/@opdavies">Mastodon</a>
{% endif %}
{% endblock %}
{% block content_bottom %} {% block content_bottom %}
{% include 'about-me.html.twig' %} {% include 'about-me.html.twig' %}
{% endblock %} {% endblock %}