Skip to content

Commit

Permalink
Add GA tag
Browse files Browse the repository at this point in the history
  • Loading branch information
Jskobos committed Jul 20, 2020
1 parent 14d6d9e commit b2fc102
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
@@ -3,6 +3,15 @@
<head>
<meta charset="UTF-8">
<title>Main</title>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-100010752-5"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());

gtag('config', 'UA-100010752-5');
</script>
</head>

<body>
@@ -10293,4 +10302,4 @@
author$project$Main$terminalContent(''),
author$project$Main$terminalFooter
]));
var elm$core$Lis
var elm$core$Lis

0 comments on commit b2fc102

Please sign in to comment.