From eedb814199201256b8f6caa2b937fba1c98d8b00 Mon Sep 17 00:00:00 2001
From: May Meow <3164256+MayMeow@users.noreply.github.com>
Date: Wed, 9 Oct 2024 00:26:42 +0200
Subject: [PATCH] Add fediverse attribution
---
config/_default/params.toml | 1 +
layouts/partials/head.html | 3 +++
2 files changed, 4 insertions(+)
diff --git a/config/_default/params.toml b/config/_default/params.toml
index d15943ef..523a019a 100644
--- a/config/_default/params.toml
+++ b/config/_default/params.toml
@@ -159,3 +159,4 @@ forgejoDefaultServer = "https://v8.next.forgejo.org"
# bing = ""
# pinterest = ""
# yandex = ""
+ # fediverse = ""
diff --git a/layouts/partials/head.html b/layouts/partials/head.html
index 87255a22..43635eba 100644
--- a/layouts/partials/head.html
+++ b/layouts/partials/head.html
@@ -101,6 +101,9 @@
{{ with .Site.Params.verification.yandex }}
{{ end }}
+ {{ with .Site.Params.verification.fediverse }}
+
+ {{ end }}
{{/* Social */}}
{{ template "_internal/opengraph.html" . }}
{{ template "_internal/twitter_cards.html" . }}