Add mastodon support

This commit is contained in:
Sandro Stikić 2024-07-20 11:36:22 +08:00
parent c620187811
commit 3abae6b153
No known key found for this signature in database
3 changed files with 61 additions and 6 deletions

View file

@ -92,3 +92,7 @@
<meta property="twitter:domain" content="{{ config.base_url | replace(from="https://", to="") }}">
<meta property="twitter:url" content="{{ permalink | safe }}">
{% endmacro open_graph %}
{% macro mastodon(config) %}
<link rel="me" href="{{ config.extra.mastodon_url }}" />
{% endmacro mastodon %}