Skip to content

Commit 73c84d4

Browse files
committed
add GA
1 parent 730be40 commit 73c84d4

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

web/t_index.html

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,17 @@
2929
<!-- Custom styles for this template -->
3030
<link href="css/pygments-native.css" rel="stylesheet">
3131
<link href="css/custom.css" rel="stylesheet">
32+
33+
<script>
34+
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
35+
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
36+
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
37+
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
38+
39+
ga('create', 'UA-101493036-1', 'auto');
40+
ga('send', 'pageview');
41+
42+
</script>
3243
</head>
3344

3445
<body>

0 commit comments

Comments
 (0)