Skip to content

Commit

Permalink
remove google analytics code
Browse files Browse the repository at this point in the history
  • Loading branch information
laiwei committed Oct 21, 2019
1 parent 5ed7248 commit 8ce759e
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions layouts/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,5 @@
<script src="/assets/docs.js"></script>
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<script src="/assets/ie10-viewport-bug-workaround.js"></script>
<!-- Google Analytics -->
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');

ga('create', 'UA-58468480-1', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>

0 comments on commit 8ce759e

Please sign in to comment.