github.com/SDLMoe/hugo@v0.47.1/tpl/tplimpl/embedded/templates/google_news.html (about)

     1  {{ if .IsPage }}{{ with .Params.news_keywords }}
     2    <meta name="news_keywords" content="{{ range $i, $kw := first 10 . }}{{ if $i }},{{ end }}{{ $kw }}{{ end }}" />
     3  {{ end }}{{ end }}