Add Mastodon verification to the daily email page

This commit is contained in:
Oliver Davies 2024-08-06 01:14:33 +01:00
parent 9bfd68e0c0
commit 59553840d9

View file

@ -3,7 +3,7 @@
{% block body %}
{{ parent() }}
{% if page.url == "//" %}
{% if page.url == "//" or page.url == "/daily/" %}
<a class="hidden" rel="me" href="https://mastodon.social/@opdavies">Mastodon</a>
{% endif %}
{% endblock %}