We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f06ca0 commit 0a003e7Copy full SHA for 0a003e7
index.html
@@ -31,7 +31,15 @@
31
<script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
32
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
33
<![endif]-->
34
+ <!-- Global site tag (gtag.js) - Google Analytics -->
35
+<script async src="https://www.googletagmanager.com/gtag/js?id=G-0GCMCSHPT0"></script>
36
+<script>
37
+ window.dataLayer = window.dataLayer || [];
38
+ function gtag(){dataLayer.push(arguments);}
39
+ gtag('js', new Date());
40
41
+ gtag('config', 'G-0GCMCSHPT0');
42
+</script>
43
</head>
44
<body>
45
0 commit comments