mirror of
https://github.com/welpo/tabi.git
synced 2025-10-11 07:46:15 +02: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" -%}
|
||||
{%- endif -%}
|
||||
|
||||
{# Socials #}
|
||||
{%- if config.extra.FediverseCreator -%}
|
||||
<meta name="fediverse:creator" content="@{{ config.extra.FediverseCreator["handle"] }}@{{ config.extra.FediverseCreator["domain"]}}" />
|
||||
{%- endif -%}
|
||||
|
||||
{# Search #}
|
||||
{%- if config.build_search_index -%}
|
||||
{%- 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" },
|
||||
# ]
|
||||
|
||||
# Fediverse creator attribution
|
||||
# FediverseCreator = { handle = "welpo", domain = "example.com" }
|
||||
|
||||
# Extra menu to show on the footer, below socials section.
|
||||
# footer_menu = [
|
||||
# {url = "about", name = "about", trailing_slash = true},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue