summaryrefslogtreecommitdiffstats
path: root/tpl/tplimpl/embedded/templates/google_news.html
blob: d1a995c832e7eb22d222fe5fad1d59b4b22aa6f2 (plain)
1
2
3
4
5
6
{{- 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." -}}
{{- if .IsPage -}}
  {{- with .Params.news_keywords -}}
  <meta name="news_keywords" content="{{ range $i, $kw := first 10 . }}{{ if $i }},{{ end }}{{ $kw }}{{ end }}">
  {{- end -}}
{{- end -}}