Skip to content

Commit 2fdefc1

Browse files
authored
changed clicky to google service
1 parent 638222d commit 2fdefc1

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

index.html

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,16 @@
2727
<!-- Styles -->
2828
<link rel="stylesheet" href="css/littlefoot.css"/>
2929
<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>
30+
<!-- Global site tag (gtag.js) - Google Analytics -->
31+
<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+
3240

3341
</head>
3442

0 commit comments

Comments
 (0)