diff --git a/layouts/partials/extend_head.html b/layouts/partials/extend_head.html
new file mode 100644
index 00000000..d372acc9
--- /dev/null
+++ b/layouts/partials/extend_head.html
@@ -0,0 +1,5 @@
+
+
+
\ No newline at end of file
diff --git a/layouts/partials/head.html b/layouts/partials/head.html
index 41a6b6db..48b5d355 100644
--- a/layouts/partials/head.html
+++ b/layouts/partials/head.html
@@ -45,6 +45,7 @@
{{- range .AlternativeOutputFormats -}}
{{ end -}}
+{{- partial "extend_head.html" . -}}
{{- if eq (getenv "HUGO_ENV") "production" | or (eq .Site.Params.env "production") }}
{{- template "_internal/google_analytics_async.html" . }}