Merge pull request #34074 from Sea-n/rm-google-news

Remove google_news template from layout
This commit is contained in:
Kubernetes Prow Robot
2022-05-31 08:10:53 -07:00
committed by GitHub
-1
View File
@@ -31,7 +31,6 @@
{{ partialCached "favicons.html" . }}
<title>{{ if .IsHome }}{{ .Site.Title }}{{ else }}{{ with .Title }}{{ . }} | {{ end }}{{ .Site.Title }}{{ end }}</title>
{{- template "_internal/opengraph.html" . -}}
{{- template "_internal/google_news.html" . -}}
{{- template "_internal/schema.html" . -}}
{{- template "_internal/twitter_cards.html" . -}}
{{- if hugo.IsProduction -}}