google_news.html (397B)
1 {{- 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." -}}
2 {{- if .IsPage -}}
3 {{- with .Params.news_keywords -}}
4 <meta name="news_keywords" content="{{ range $i, $kw := first 10 . }}{{ if $i }},{{ end }}{{ $kw }}{{ end }}">
5 {{- end -}}
6 {{- end -}}