From 2023e862af062de8e3ff749be852d9ee4330c9a8 Mon Sep 17 00:00:00 2001 From: Reorx Date: Mon, 11 Apr 2022 18:18:07 +0800 Subject: [PATCH] always render SEO templates --- 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 b921452..35f6abd 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -147,7 +147,7 @@ {{- /* Misc */}} {{- if hugo.IsProduction | or (eq site.Params.env "production") }} {{- template "_internal/google_analytics.html" . }} +{{- end -}} {{- template "partials/templates/opengraph.html" . }} {{- template "partials/templates/twitter_cards.html" . }} {{- template "partials/templates/schema_json.html" . }} -{{- end -}}