mirror of
https://github.com/pawroman/zola-theme-terminimal.git
synced 2025-09-26 02:33:38 +02:00
Add mastodon support
This commit is contained in:
parent
c620187811
commit
3abae6b153
3 changed files with 61 additions and 6 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