From f4998a1ab8336e1057eecbd023493aea8f65eb0b Mon Sep 17 00:00:00 2001 From: Aditya Telange <21258296+adityatelange@users.noreply.github.com> Date: Sat, 14 Nov 2020 12:44:56 +0530 Subject: [PATCH] head: add google_news internal template from hugo --- layouts/partials/head.html | 1 + 1 file changed, 1 insertion(+) diff --git a/layouts/partials/head.html b/layouts/partials/head.html index fbde021..e9d0bfd 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -44,6 +44,7 @@ {{- if eq (getenv "HUGO_ENV") "production" | or (eq .Site.Params.env "production") }} {{- template "_internal/google_analytics_async.html" . }} +{{- template "_internal/google_news.html" . }} {{- template "partials/templates/opengraph.html" . }} {{- template "partials/templates/twitter_cards.html" . }} {{- template "partials/templates/schema_json.html" . }}