github.com/graemephi/kahugo@v0.62.3-0.20211121071557-d78c0423784d/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 }}