mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-07 20:30:36 -05:00
tpl/tplimpl: Remove the Google News internal template
This was deprecated, with a warning message, on 21 Nov 2021. Reference #9190
This commit is contained in:
parent
c0d15a2897
commit
66f94b4945
1 changed files with 0 additions and 6 deletions
|
@ -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 -}}
|
|
Loading…
Reference in a new issue