Remove call to google_news internal template (#668)

See https://github.com/gohugoio/hugo/issues/9172
This commit is contained in:
Joe Mooring 2021-12-12 09:55:19 -08:00 committed by GitHub
parent 699fc91f1f
commit dbaa17c69a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -160,7 +160,6 @@
{{- /* Misc */}}
{{- if hugo.IsProduction | or (eq .Site.Params.env "production") }}
{{- template "_internal/google_analytics.html" . }}
{{- template "_internal/google_news.html" . }}
{{- template "partials/templates/opengraph.html" . }}
{{- template "partials/templates/twitter_cards.html" . }}
{{- template "partials/templates/schema_json.html" . }}