diff --git a/layouts/partials/head.html b/layouts/partials/head.html
index b921452..35f6abd 100644
--- a/layouts/partials/head.html
+++ b/layouts/partials/head.html
@@ -147,7 +147,7 @@
{{- /* Misc */}}
{{- if hugo.IsProduction | or (eq site.Params.env "production") }}
{{- template "_internal/google_analytics.html" . }}
+{{- end -}}
{{- template "partials/templates/opengraph.html" . }}
{{- template "partials/templates/twitter_cards.html" . }}
{{- template "partials/templates/schema_json.html" . }}
-{{- end -}}