Skip to content

Commit

Permalink
Merge pull request #62 from olizilla/ga
Browse files Browse the repository at this point in the history
chore: add analytics
  • Loading branch information
hsanjuan authored Feb 14, 2019
2 parents ac4b9e3 + 4edb39f commit 8295d90
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions layouts/_default/baseof.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,13 @@
<link href="/css/main.css" rel="stylesheet"/>
<link href="/fonts/fonts.css" rel="stylesheet"/>
<script async defer src="/buttons.js"></script>
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-96910779-7"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-96910779-7');
</script>
</head>
<body>
{{ partial "header.html" . }}
Expand Down

0 comments on commit 8295d90

Please sign in to comment.