diff --git a/layouts/partials/head.html b/layouts/partials/head.html
index aff0b96..8fef991 100644
--- a/layouts/partials/head.html
+++ b/layouts/partials/head.html
@@ -15,20 +15,14 @@
{{ template "_internal/opengraph.html" . }}
+{{ template "_internal/twitter_cards.html" . }}
-
-
-
-
-
-
-
+
{{ if eq (getenv "HUGO_ENV") "production" | or (eq .Site.Params.env "production") }}
{{ template "_internal/google_analytics_async.html" . }}
{{ end }}
\ No newline at end of file