mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-14 20:37:55 -05:00
75a823a36a
Closes #9172
6 lines
397 B
HTML
6 lines
397 B
HTML
{{- 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 -}}
|