Skip to content

Commit

Permalink
add ga
Browse files Browse the repository at this point in the history
  • Loading branch information
jsantell committed Apr 23, 2018
1 parent 98fefa8 commit a1a7d16
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,16 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, user-scalable=no, minimum-scale=1.0, maximum-scale=1.0">
<link href="https://fonts.googleapis.com/css?family=Roboto:300,400" rel="stylesheet">
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-32539794-2"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
if (/jsantell.github.io/.test(window.location.host) {
gtag('config', 'UA-32539794-2');
}
</script>

<style>
body {
font-family: Roboto, sans-serif;
Expand Down

0 comments on commit a1a7d16

Please sign in to comment.