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