Skip to content

Commit

Permalink
Google analytics: drop deprecated async template (#1931)
Browse files Browse the repository at this point in the history
  • Loading branch information
deining committed Apr 23, 2024
1 parent b95a494 commit 1b5de6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/partials/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
{{ if (or $enableGtagForUniversalAnalytics (hasPrefix .Site.Config.Services.GoogleAnalytics.ID "G-")) -}}
{{ template "_internal/google_analytics_gtag.html" . -}}
{{ else -}}
{{ template "_internal/google_analytics_async.html" . -}}
{{ template "_internal/google_analytics.html" . -}}
{{ end -}}
{{ end -}}

Expand Down

0 comments on commit 1b5de6c

Please sign in to comment.