From fad3d1208b072a49a4c54e64632eadd45646820d Mon Sep 17 00:00:00 2001 From: "Jan \"yenda\" Trmal" Date: Wed, 24 Apr 2024 14:17:27 +0200 Subject: [PATCH] fix template --- themes/hugo-creative-portfolio-theme/layouts/partials/head.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/hugo-creative-portfolio-theme/layouts/partials/head.html b/themes/hugo-creative-portfolio-theme/layouts/partials/head.html index df2dd63..bd768dd 100644 --- a/themes/hugo-creative-portfolio-theme/layouts/partials/head.html +++ b/themes/hugo-creative-portfolio-theme/layouts/partials/head.html @@ -29,4 +29,4 @@ {{ with .OutputFormats.Get "RSS" }} {{ printf `` .Permalink .Rel .MediaType.Type $.Site.Title | safeHTML }} {{ end }} -{{ template "_internal/google_analytics_async.html" . }} +{{ template "_internal/google_analytics.html" . }}