2835acea60f9386c77874a3ba60e850c70db4d97
templates/layout.mustache
... | ... | @@ -55,6 +55,15 @@ |
55 | 55 | {{/mathjax}} |
56 | 56 | {{#js}}<script type="text/javascript" src="{{custom_js}}"></script>{{/js}} |
57 | 57 | |
58 | + <script> |
|
59 | + (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ |
|
60 | + (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), |
|
61 | + m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) |
|
62 | + })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); |
|
63 | + ga('create', 'UA-97128039-1', 'auto'); |
|
64 | + ga('send', 'pageview'); |
|
65 | + </script> |
|
66 | + |
|
58 | 67 | <title>{{title}}</title> |
59 | 68 | </head> |
60 | 69 | <body> |