aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/_includes/common/ga.html
blob: 56eaca7aaa5e987a57d40666092d6d60406b6214 (plain) (blame)
1
2
3
4
5
6
7
8
9
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id={{ include.ga_tag }}"></script>
<script>
  window.dataLayer = window.dataLayer || [];
  function gtag(){dataLayer.push(arguments);}
  gtag('js', new Date());

  gtag('config', '{{ include.ga_tag }}');
</script>