Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/kishaningithub/hugo-creative-portfolio-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdriano Vieira <adriano.svieira@gmail.com>2022-04-29 17:22:58 +0300
committerAdriano Vieira <adriano.svieira@gmail.com>2022-04-29 17:22:58 +0300
commitc49520dfa81dc8ea1e94e6625aea3b23a185efb8 (patch)
treecb12195741ea1dca24ffa8c10d9179075c813c15
parent5ab39d9ea22cb67451456b579dd71327fb208028 (diff)
Update head partial layout
- Changes hugo internal template to give support for both UA and G4 Signed-off-by: Adriano Vieira <adriano.svieira@gmail.com>
-rw-r--r--layouts/partials/head.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/head.html b/layouts/partials/head.html
index df2dd63..bd768dd 100644
--- a/layouts/partials/head.html
+++ b/layouts/partials/head.html
@@ -29,4 +29,4 @@
{{ with .OutputFormats.Get "RSS" }}
{{ printf `<link href="%s" rel="%s" type="%s" title="%s" />` .Permalink .Rel .MediaType.Type $.Site.Title | safeHTML }}
{{ end }}
-{{ template "_internal/google_analytics_async.html" . }}
+{{ template "_internal/google_analytics.html" . }}