diff --git a/layouts/partials/head.html b/layouts/partials/head.html
index dd51174..d7af8de 100644
--- a/layouts/partials/head.html
+++ b/layouts/partials/head.html
@@ -1,19 +1,18 @@
-
+
{{ (trim (partial "data/title" .) "\n" ) | safeHTML }}
-
-
- {{ partial "head/style.html" . }}
- {{ partial "head/script.html" . }}
+
- {{ partial "head/opengraph/include.html" . }}
+ {{- partial "head/style.html" . -}}
+ {{- partial "head/script.html" . -}}
+ {{- partial "head/opengraph/include.html" . -}}
- {{ range .AlternativeOutputFormats -}}
+ {{- range .AlternativeOutputFormats -}}
- {{ end -}}
+ {{- end -}}
{{- if .Site.Params.favicon -}}
{{- $logo := resources.Get .Site.Params.favicon -}}
@@ -21,5 +20,5 @@
{{- end -}}
- {{ partial "head/custom.html" . }}
+ {{- partial "head/custom.html" . -}}
\ No newline at end of file