Skip to content

Commit

Permalink
Use _internal/google_analytics.html to support GA v4
Browse files Browse the repository at this point in the history
Fixes #83
  • Loading branch information
bep authored Apr 2, 2021
1 parent 6ac8506 commit 208a9e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/_default/baseof.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</main>

{{ if not .Site.IsServer }}
{{ template "_internal/google_analytics_async.html" . }}
{{ template "_internal/google_analytics.html" . }}
{{ end }}
</body>
</html>

0 comments on commit 208a9e3

Please sign in to comment.