From ce85f9d057addc8cbd93f94892668ef24f4f9e2d Mon Sep 17 00:00:00 2001 From: andrewipark Date: Wed, 18 May 2022 19:16:19 -0500 Subject: [PATCH] rm deprecated google_news internal template ref 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 bfc2cde..9979740 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -37,7 +37,6 @@ {{ template "_internal/schema.html" . }} {{ template "_internal/twitter_cards.html" . }} -{{ template "_internal/google_news.html" . }} {{ if isset .Site.Taxonomies "series" }} {{ template "_internal/opengraph.html" . }}