We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 638222d commit 2fdefc1Copy full SHA for 2fdefc1
index.html
@@ -27,8 +27,16 @@
27
<!-- Styles -->
28
<link rel="stylesheet" href="css/littlefoot.css"/>
29
<link rel="stylesheet" type="text/css" href="css/index.css" />
30
- <script>var clicky_site_ids = clicky_site_ids || []; clicky_site_ids.push(101257752);</script>
31
- <script async src="//static.getclicky.com/js"></script>
+ <!-- Global site tag (gtag.js) - Google Analytics -->
+<script async src="https://www.googletagmanager.com/gtag/js?id=UA-171097189-1"></script>
32
+<script>
33
+ window.dataLayer = window.dataLayer || [];
34
+ function gtag(){dataLayer.push(arguments);}
35
+ gtag('js', new Date());
36
+
37
+ gtag('config', 'UA-171097189-1');
38
+</script>
39
40
41
</head>
42
0 commit comments