summaryrefslogtreecommitdiffstats
path: root/layouts/partials/analytic-google.html
blob: aa9915bd55394fe341a90c6d24b304c056e4430f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
{{ with .Site.GoogleAnalytics }}
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id={{ . }}"></script>
<script>
    window.dataLayer = window.dataLayer || [];

    function gtag() {
        dataLayer.push(arguments);
    }
    gtag('js', new Date());
    gtag('config', '{{ . }}');
</script>
{{ end }}