[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>
This commit is contained in:
David Guillot 2025-03-01 16:21:06 +01:00 committed by GitHub
parent b4a056662a
commit e2e1011bde
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -80,3 +80,7 @@
{{- end }} {{- end }}
{{- end }} {{- end }}
{{- end }} {{- end }}
{{- with (.Param "social.fediverse_creator") }}
<meta name="fediverse:creator" content="{{ . }}">
{{- end }}