mirror of
https://github.com/adityatelange/hugo-PaperMod.git
synced 2025-03-03 03:19:10 -05:00
[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:
parent
b4a056662a
commit
e2e1011bde
@ -80,3 +80,7 @@
|
||||
{{- end }}
|
||||
{{- end }}
|
||||
{{- end }}
|
||||
|
||||
{{- with (.Param "social.fediverse_creator") }}
|
||||
<meta name="fediverse:creator" content="{{ . }}">
|
||||
{{- end }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user