diff --git a/layouts/partials/head.html b/layouts/partials/head.html
index c77ac7a7..80b53a8a 100644
--- a/layouts/partials/head.html
+++ b/layouts/partials/head.html
@@ -2,6 +2,8 @@
+
+
{{ if .Params.noindex }}
{{ if or (eq (.Param "noindex") true) (eq (.Param "noindex") "true") }}
@@ -40,6 +42,14 @@
{{ end }}
+
+
+{{ if (isset $.Site.Params "mastodon") }}
+ {{ if (isset $.Site.Params.mastodon "url") }}
+
+ {{ end }}
+{{ end }}
+