Change google analytics to async

This commit is contained in:
Alexis Tacnet
2017-04-08 19:32:59 +02:00
parent 5b566d80a1
commit bdd5cdfbb0

View File

@@ -10,7 +10,7 @@
{{ end }} {{ end }}
{{ if isset .Site.Params "googleanalytics" }} {{ if isset .Site.Params "googleanalytics" }}
{{ template "_internal/google_analytics.html" . }} {{ template "_internal/google_analytics_async.html" . }}
{{ end }} {{ end }}
<script> <script>