Skip to content

Commit a134042

Browse files
committed
Add Google Analytics
1 parent 5a7fef3 commit a134042

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

index.html

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,15 @@
7373
align-items: center;
7474
}
7575
</style>
76+
77+
<script>
78+
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
79+
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
80+
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
81+
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
82+
ga('create', 'UA-101273659-1', 'auto');
83+
ga('send', 'pageview');
84+
</script>
7685
</head>
7786
<body>
7887

0 commit comments

Comments
 (0)