From e2e1011bdecaf84d59c70fa42ff3d2c29c537b65 Mon Sep 17 00:00:00 2001 From: David Guillot Date: Sat, 1 Mar 2025 16:21:06 +0100 Subject: [PATCH] [FEATURE] new opengraph 'fediverse:creator' meta (#1619) **Usage** Site level: params: social: fediverse_creator: "@username@mastodon.social" Page (Overrides Site level value): --- title: "My Page" social: fediverse_creator: "@username@mastodon.social" --- Closes #1618 #1642 --------- Co-authored-by: Aditya Telange <21258296+adityatelange@users.noreply.github.com> --- layouts/partials/templates/opengraph.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/layouts/partials/templates/opengraph.html b/layouts/partials/templates/opengraph.html index 90b91d28..fe5bf53c 100644 --- a/layouts/partials/templates/opengraph.html +++ b/layouts/partials/templates/opengraph.html @@ -80,3 +80,7 @@ {{- end }} {{- end }} {{- end }} + +{{- with (.Param "social.fediverse_creator") }} + +{{- end }}