1
0
Fork 0
mirror of https://github.com/gohugoio/hugo.git synced 2025-01-28 15:01:09 +00:00
hugo/tpl/tplimpl/embedded/templates/google_news.html

3 lines
182 B
HTML
Raw Normal View History

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