Use non-async internal template for Google Analytics v4

This commit is contained in:
Aditya Telange 2021-03-31 09:42:38 +05:30
parent 4878383dd4
commit 55fe10e9d3

View File

@ -95,7 +95,7 @@
{{- /* Misc */}}
{{- if hugo.IsProduction | or (eq .Site.Params.env "production") }}
{{- template "_internal/google_analytics_async.html" . }}
{{- template "_internal/google_analytics.html" . }}
{{- template "_internal/google_news.html" . }}
{{- template "partials/templates/opengraph.html" . }}
{{- template "partials/templates/twitter_cards.html" . }}