Add GA code

This commit is contained in:
c9s 2014-05-19 10:59:54 +08:00
parent 017fa63d8c
commit 05ba288c8f

View file

@ -470,5 +470,16 @@
</pre>
</div>
</body>
<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-2196512-14', 'c9s.github.io');
ga('send', 'pageview');
</script>
</body>
</html>