From 5218b28f7a40792646d346bea5293813471b0af7 Mon Sep 17 00:00:00 2001 From: Chang Liu Date: Fri, 3 Mar 2023 20:29:55 +0800 Subject: [PATCH] remove google news Signed-off-by: Chang Liu --- layouts/partials/head.html | 1 - 1 file changed, 1 deletion(-) diff --git a/layouts/partials/head.html b/layouts/partials/head.html index 3b73387..c41c566 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -163,7 +163,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" . }}