mirror of
https://github.com/nunocoracao/blowfish.git
synced 2026-01-30 15:31:52 +00:00
Add fediverse attribution
This commit is contained in:
@@ -159,3 +159,4 @@ forgejoDefaultServer = "https://v8.next.forgejo.org"
|
|||||||
# bing = ""
|
# bing = ""
|
||||||
# pinterest = ""
|
# pinterest = ""
|
||||||
# yandex = ""
|
# yandex = ""
|
||||||
|
# fediverse = ""
|
||||||
|
|||||||
@@ -101,6 +101,9 @@
|
|||||||
{{ with .Site.Params.verification.yandex }}
|
{{ with .Site.Params.verification.yandex }}
|
||||||
<meta name="yandex-verification" content="{{ . }}" />
|
<meta name="yandex-verification" content="{{ . }}" />
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
{{ with .Site.Params.verification.fediverse }}
|
||||||
|
<meta name="fediverse:creator" content="{{ . }}" />
|
||||||
|
{{ end }}
|
||||||
{{/* Social */}}
|
{{/* Social */}}
|
||||||
{{ template "_internal/opengraph.html" . }}
|
{{ template "_internal/opengraph.html" . }}
|
||||||
{{ template "_internal/twitter_cards.html" . }}
|
{{ template "_internal/twitter_cards.html" . }}
|
||||||
|
|||||||
Reference in New Issue
Block a user