Add the Mastodon link to all pages, just in case
This commit is contained in:
parent
f2e6eb5517
commit
3e1f47f666
|
@ -43,6 +43,9 @@
|
||||||
<body>
|
<body>
|
||||||
{% block body %}{% endblock %}
|
{% block body %}{% endblock %}
|
||||||
|
|
||||||
|
{# Add the Mastodon verification link so pages can be verified. #}
|
||||||
|
<a class="hidden" rel="me" href="{{ site.mastodon.url }}">Mastodon</a>
|
||||||
|
|
||||||
{% if site.plausible.domain %}
|
{% if site.plausible.domain %}
|
||||||
<script defer data-domain="{{ site.plausible.domain }}" src="https://plausible.io/js/script.js"></script>
|
<script defer data-domain="{{ site.plausible.domain }}" src="https://plausible.io/js/script.js"></script>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
|
@ -1,13 +1,5 @@
|
||||||
{% extends 'default' %}
|
{% extends 'default' %}
|
||||||
|
|
||||||
{% block body %}
|
|
||||||
{{ parent() }}
|
|
||||||
|
|
||||||
{% if page.url == "//" or page.url == "/daily/" %}
|
|
||||||
<a class="hidden" rel="me" href="{{ site.mastodon.url }}">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