summaryrefslogtreecommitdiff
path: root/layouts/partials/head.html
diff options
context:
space:
mode:
authorEduardo Flores <edfloreshz@gmail.com>2025-01-20 22:40:24 +0100
committerEduardo Flores <edfloreshz@gmail.com>2025-01-20 22:40:24 +0100
commitc67ddb3eba668d1f7fb1b0b8a9291a47ba6b89f3 (patch)
tree08ceb24298a7498fc0926e1db07d02b211c22245 /layouts/partials/head.html
parent05e9fc84ff0ab6d9ac371c7b1d85432cc143c7fb (diff)
add: fediverse meta tag
Diffstat (limited to 'layouts/partials/head.html')
-rw-r--r--layouts/partials/head.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/layouts/partials/head.html b/layouts/partials/head.html
index d2d28e3..92c35e3 100644
--- a/layouts/partials/head.html
+++ b/layouts/partials/head.html
@@ -19,6 +19,10 @@
<meta name="description" content="{{ .Params.Description }}"/>
{{- end }}
+{{ if .Param "fediverse" }}
+<meta property="fediverse:creator" content="{{ .Params.Fediverse }}">
+{{ end }}
+
<title>
{{ if .IsHome }}
{{ site.Title }}