Sha256: 951776fc05add9dac3aa143a108afef885df6c2b14dd5e0342bd5701e88043b2

Contents?: true

Size: 744 Bytes

Versions: 11

Compression:

Stored size: 744 Bytes

Contents

{% if site.production %}
    {% assign analytics_code = site.data.settings.google_analytics.production %}
{% elsif site.production == false %}
    {% assign analytics_code = site.data.settings.google_analytics.staging %}
{% else %}
    {% assign analytics_code = site.data.settings.google_analytics.production %}
{% endif %}
<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','https://www.google-analytics.com/analytics.js','ga');

  ga('create', '{{analytics_code}}', 'auto');
  ga('send', 'pageview');
</script>

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
jumbo-jekyll-theme-5.6.9.2 _includes/google-analytics.html
jumbo-jekyll-theme-5.6.9.1 _includes/google-analytics.html
jumbo-jekyll-theme-5.6.9 _includes/google-analytics.html
jumbo-jekyll-theme-5.6.8 _includes/google-analytics.html
jumbo-jekyll-theme-5.6.7 _includes/google-analytics.html
jumbo-jekyll-theme-5.6.6 _includes/google-analytics.html
jumbo-jekyll-theme-5.6.5 _includes/google-analytics.html
jumbo-jekyll-theme-5.6.4 _includes/google-analytics.html
jumbo-jekyll-theme-5.6.3 _includes/google-analytics.html
jumbo-jekyll-theme-5.6.2 _includes/google-analytics.html
jumbo-jekyll-theme-5.6.0 _includes/google-analytics.html