diff --git a/layouts/partials/head.html b/layouts/partials/head.html
index d2f68ac..9402fea 100644
--- a/layouts/partials/head.html
+++ b/layouts/partials/head.html
@@ -1,12 +1,10 @@
-
-
-
+
+
+
-
{{ if not .IsHome }}{{ .Title }} - {{ end }}{{ site.Title }}
-
{{ if eq .Kind "page" }}
@@ -36,7 +34,6 @@
{{ end }}
-
@@ -46,12 +43,8 @@
{{ end }}
-
{{ if or hugo.IsProduction (eq site.Params.env "production") }}
-
{{ template "_internal/schema.html" . }}
-
{{ template "_internal/twitter_cards.html" . }}
-
{{ end }}