summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoe Mooring <joe.mooring@veriphor.com>2022-12-29 22:57:15 -0800
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2023-03-01 18:11:44 +0100
commit66f94b4945e804f10be0a04d1365bb3c6e1a4c05 (patch)
treedfd2d587355d01c9404ca92101950a2f5e88a488
parentc0d15a2897be0bc9f6df2514f5a477b6df1fa0e5 (diff)
tpl/tplimpl: Remove the Google News internal template
This was deprecated, with a warning message, on 21 Nov 2021. Reference #9190
-rw-r--r--tpl/tplimpl/embedded/templates/google_news.html6
1 files changed, 0 insertions, 6 deletions
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 -}}
- <meta name="news_keywords" content="{{ range $i, $kw := first 10 . }}{{ if $i }},{{ end }}{{ $kw }}{{ end }}">
- {{- end -}}
-{{- end -}}