mirror of
https://github.com/pawroman/zola-theme-terminimal.git
synced 2025-12-12 09:08:45 +01:00
Add mastodon support
This commit is contained in:
parent
a5b96f006f
commit
5b7cda04fb
3 changed files with 20 additions and 0 deletions
|
|
@ -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 %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue