diff --git a/layouts/partials/head-extra.html b/layouts/partials/head-extra.html
new file mode 100644
index 0000000..0e22c9a
--- /dev/null
+++ b/layouts/partials/head-extra.html
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/layouts/partials/head.html b/layouts/partials/head.html
index d98bef2..a799397 100644
--- a/layouts/partials/head.html
+++ b/layouts/partials/head.html
@@ -32,3 +32,5 @@
{{ if eq (getenv "HUGO_ENV") "production" | or (eq .Site.Params.env "production") }}
{{ template "_internal/google_analytics_async.html" . }}
{{ end }}
+
+{{ partial "head-extra.html" . }}
\ No newline at end of file