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") }}
+  <meta name="fediverse:creator" content="{{ . }}">
+{{- end }}