From d47d6150376667d781713f5a9a6e6d5093a37e96 Mon Sep 17 00:00:00 2001 From: "jianzhe.xiao" Date: Fri, 1 Sep 2023 04:28:00 +0000 Subject: [PATCH] update --- layouts/partials/head.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" . -}}