From 1d5b183ecd05c24c9eb6d77bd65c699fd9fe1c97 Mon Sep 17 00:00:00 2001 From: nanxiaobei Date: Tue, 15 Aug 2023 04:49:14 +0800 Subject: [PATCH] remove _internal/google_analytics_async.html --- layouts/partials/head.html | 2 -- 1 file changed, 2 deletions(-) diff --git a/layouts/partials/head.html b/layouts/partials/head.html index 1374c0f..c361982 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -86,8 +86,6 @@ {{ if or hugo.IsProduction (eq site.Params.env "production") }} - {{ template "_internal/google_analytics_async.html" . }} - {{ template "_internal/google_analytics.html" . }} {{ template "_internal/opengraph.html" . }}