diff --git a/layouts/partials/head.html b/layouts/partials/head.html index 8d2d9ad7..57f2abb6 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -6,7 +6,6 @@ {{ range .AlternativeOutputFormats -}} {{ end -}} - {{ if and (eq (getenv "HUGO_ENV") "production") (ne $outputFormat "print") -}} @@ -17,6 +16,7 @@ {{ partialCached "favicons.html" . }} {{ if .IsHome }}{{ .Site.Title }}{{ else }}{{ with .Title }}{{ . }} | {{ end }}{{ .Site.Title }}{{ end }} + {{- template "_internal/opengraph.html" . -}} {{- template "_internal/schema.html" . -}}