Sha256: f7b7ab84e2b6b0b457b0675916e25ca1b36e419e760d78424f97567be840c9fe
Contents?: true
Size: 633 Bytes
Versions: 3
Compression:
Stored size: 633 Bytes
Contents
{% if site.google_analytics %} <!-- 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', '{{ site.google_analytics }}', 'auto'); ga('send', 'pageview', { 'page': '{{ site.baseurl }}{{ page.url }}', 'title': '{{ page.title | replace: "'", "\\'" }}' }); </script> <!-- End Google Analytics --> {% endif %}
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
geekyll-0.1.2 | _includes/analytics.html |
geekyll-0.1.1 | _includes/analytics.html |
geekyll-0.1.0 | _includes/analytics.html |