mirror of
https://github.com/welpo/tabi.git
synced 2025-12-14 11:48:45 +01:00
add fediverse authorship
This commit is contained in:
parent
3fddb1f9a1
commit
fe03bbc9f3
2 changed files with 8 additions and 0 deletions
|
|
@ -174,6 +174,11 @@
|
||||||
{%- include "partials/analytics.html" -%}
|
{%- include "partials/analytics.html" -%}
|
||||||
{%- endif -%}
|
{%- endif -%}
|
||||||
|
|
||||||
|
{# Socials #}
|
||||||
|
{%- if config.extra.FediverseCreator -%}
|
||||||
|
<meta name="fediverse:creator" content="@{{ config.extra.FediverseCreator["handle"] }}@{{ config.extra.FediverseCreator["domain"]}}" />
|
||||||
|
{%- endif -%}
|
||||||
|
|
||||||
{# Search #}
|
{# Search #}
|
||||||
{%- if config.build_search_index -%}
|
{%- if config.build_search_index -%}
|
||||||
{%- if config.search.index_format -%}
|
{%- if config.search.index_format -%}
|
||||||
|
|
|
||||||
|
|
@ -224,6 +224,9 @@ encode_plaintext_email = true # Setting is ignored if email is already encoded.
|
||||||
# { name = "spotify", url = "https://open.spotify.com/artist/5Hv2bYBhMp1lUHFri06xkE", icon = "spotify" },
|
# { name = "spotify", url = "https://open.spotify.com/artist/5Hv2bYBhMp1lUHFri06xkE", icon = "spotify" },
|
||||||
# ]
|
# ]
|
||||||
|
|
||||||
|
# Fediverse creator attribution
|
||||||
|
# FediverseCreator = { handle = "welpo", domain = "example.com" }
|
||||||
|
|
||||||
# Extra menu to show on the footer, below socials section.
|
# Extra menu to show on the footer, below socials section.
|
||||||
# footer_menu = [
|
# footer_menu = [
|
||||||
# {url = "about", name = "about", trailing_slash = true},
|
# {url = "about", name = "about", trailing_slash = true},
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue