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