Add Mastodon verification to the daily email page
This commit is contained in:
parent
9bfd68e0c0
commit
59553840d9
|
@ -3,7 +3,7 @@
|
||||||
{% block body %}
|
{% block body %}
|
||||||
{{ parent() }}
|
{{ parent() }}
|
||||||
|
|
||||||
{% if page.url == "//" %}
|
{% if page.url == "//" or page.url == "/daily/" %}
|
||||||
<a class="hidden" rel="me" href="https://mastodon.social/@opdavies">Mastodon</a>
|
<a class="hidden" rel="me" href="https://mastodon.social/@opdavies">Mastodon</a>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
Loading…
Reference in a new issue