hexo-theme-amane/layout/plugin/google-analytics.ejs

10 lines
445 B
Plaintext
Raw Normal View History

2015-03-19 14:25:53 +00:00
<script type="text/javascript">
2016-02-02 16:19:44 +00:00
(function(i,s,o,g,r,a,m) {i['GoogleAnalyticsObject']=r;i[r]=i[r]||function() {
2015-03-19 14:25:53 +00:00
(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');
2016-02-02 16:19:44 +00:00
ga('create', '<%= theme.plugins.google_analytics %>', 'auto');
2015-03-19 14:25:53 +00:00
ga('send', 'pageview');
2016-02-02 16:19:44 +00:00
</script>