Add mastodon support

This commit is contained in:
Sandro Stikić 2024-07-20 11:31:00 +08:00
parent a5b96f006f
commit 5b7cda04fb
No known key found for this signature in database
3 changed files with 20 additions and 0 deletions

View file

@ -26,6 +26,10 @@
<link rel="shortcut icon" type="{{ config.extra.favicon_mimetype | default(value="image/x-icon") | safe }}" href="{{ config.extra.favicon | safe }}">
{% endif -%}
{%- if config.extra.mastodon_url %}
{%- block mastodon %}{{ head_macros::mastodon(config=config) }}{% endblock mastodon -%}
{% endif -%}
{%- block extra_head %}
{% endblock extra_head -%}
</head>