From: Joe Mooring Date: Fri, 30 Dec 2022 06:57:15 +0000 (-0800) Subject: tpl/tplimpl: Remove the Google News internal template X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=66f94b494;p=brevno-suite%2Fhugo tpl/tplimpl: Remove the Google News internal template This was deprecated, with a warning message, on 21 Nov 2021. Reference #9190 --- diff --git a/tpl/tplimpl/embedded/templates/google_news.html b/tpl/tplimpl/embedded/templates/google_news.html deleted file mode 100644 index d1a995c83..000000000 --- a/tpl/tplimpl/embedded/templates/google_news.html +++ /dev/null @@ -1,6 +0,0 @@ -{{- warnf "The google_news internal template will be removed in a future release. Please remove calls to this template. See https://github.com/gohugoio/hugo/issues/9172 for additional information." -}} -{{- if .IsPage -}} - {{- with .Params.news_keywords -}} - - {{- end -}} -{{- end -}}