From dbaa17c69a66daaef9df2f457d30d915589fb05b Mon Sep 17 00:00:00 2001 From: Joe Mooring Date: Sun, 12 Dec 2021 09:55:19 -0800 Subject: [PATCH] Remove call to google_news internal template (#668) See https://github.com/gohugoio/hugo/issues/9172 --- layouts/partials/head.html | 1 - 1 file changed, 1 deletion(-) diff --git a/layouts/partials/head.html b/layouts/partials/head.html index 300a841..86ee574 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -160,7 +160,6 @@ {{- /* Misc */}} {{- if hugo.IsProduction | or (eq .Site.Params.env "production") }} {{- template "_internal/google_analytics.html" . }} -{{- template "_internal/google_news.html" . }} {{- template "partials/templates/opengraph.html" . }} {{- template "partials/templates/twitter_cards.html" . }} {{- template "partials/templates/schema_json.html" . }}