github.com/kovansky/hugo@v0.92.3-0.20220224232819-63076e4ff19f/tpl/tplimpl/embedded/templates/google_news.html (about)

     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 -}}