From 9a13167b23e19c576b3a970240f98d59b962830f Mon Sep 17 00:00:00 2001 From: OZAWA Tsuyoshi Date: Fri, 23 Dec 2022 14:12:14 +0900 Subject: [PATCH] Remove google_news internal template. See https://github.com/gohugoio/hugo/issues/9172 for additional information. --- layouts/partials/head.html | 1 - 1 file changed, 1 deletion(-) diff --git a/layouts/partials/head.html b/layouts/partials/head.html index 86aa046..73b6e76 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -31,7 +31,6 @@ {{/* NOTE: These Hugo Internal Templates can be found starting at https://github.com/gohugoio/hugo/tree/master/tpl/tplimpl/embedded/templates */}} {{- template "_internal/opengraph.html" . -}} - {{- template "_internal/google_news.html" . -}} {{- template "_internal/schema.html" . -}} {{- partial "twitter_cards.html" . -}}