Add Mastodon verification to the daily email page
This commit is contained in:
parent
9bfd68e0c0
commit
59553840d9
|
@ -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 %}
|
||||
|
|
Loading…
Reference in a new issue