ref: 2f17f9378ad96c4a9f6d7d24b0776ed3a25a08a3
dir: /tpl/tplimpl/embedded/templates/google_analytics_async.html/
{{- $pc := .Site.PrivacyConfig.GoogleAnalytics -}} {{- if not $pc.Disable -}} {{ with .Site.GoogleAnalytics }} <script> {{ template "__ga_js_set_doNotTrack" $ }} if (!doNotTrack) { window.ga=window.ga||function(){(ga.q=ga.q||[]).push(arguments)};ga.l=+new Date; ga('create', '{{ . }}', 'auto'); ga('send', 'pageview'); } </script> <script async src='//www.google-analytics.com/analytics.js'></script> {{ end }} {{- end -}}