Skip to content

Commit 6049469

Browse files
committed
GA
1 parent a2a2ef5 commit 6049469

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

tutorial/layout.html

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -351,5 +351,16 @@
351351
}
352352
</style>
353353
</head>
354-
<body><div id="content">{{CONTENT}}</div></body>
354+
<body>
355+
<div id="content">{{CONTENT}}</div>
356+
<script>
357+
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
358+
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
359+
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
360+
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
361+
362+
ga('create', 'UA-13262353-1', 'auto');
363+
ga('send', 'pageview');
364+
</script>
365+
</body>
355366
</html>

0 commit comments

Comments
 (0)