Sha256: 46f173c195adf0a55831bc951e79afcb6616438e46e487ac87ee315ddc63fe80

Contents?: true

Size: 1.18 KB

Versions: 21

Compression:

Stored size: 1.18 KB

Contents

{% unless page.redirect %}
  {% if site.google_analytics %}
    <script>
      window.ga=window.ga||function(){(ga.q=ga.q||[]).push(arguments)};ga.l=+new Date;
      {% if site.hydejack.cookies_banner %}
        if (navigator.CookiesOK) {
          ga('create', '{{ site.google_analytics }}', 'auto');
        } else if (localStorage && localStorage.getItem('hy:cookiesOK')) {
          ga('create', '{{ site.google_analytics }}', {
            'storage': 'none',
            'clientId': localStorage.getItem('ga:clientId')
          });
        } else {
          ga('create', '{{ site.google_analytics }}', {
            'storage': 'none'
          });
          ga('set', 'forceSSL', true);
          ga('set', 'anonymizeIp', true);
        }
      {% else %}
        ga('create', '{{ site.google_analytics }}', 'auto');
      {% endif %}
      ga('send', 'pageview');
      loadJSDeferred('https://www.google-analytics.com/analytics.js');
    </script>
  {% endif %}

  <!--[if gt IE 9]><!---->
  {% capture js_url %}{% link assets/js/hydejack-7.5.2.js %}{% endcapture %}
  <script>loadJSDeferred('{{ js_url | relative_url }}');</script>
  {% include my-scripts.html %}
  <!--<![endif]-->
{% endunless %}

Version data entries

21 entries across 21 versions & 2 rubygems

Version Path
jekyll-theme-hydejack-9.1.9 _includes/scripts.html
jekyll-theme-hydejack-9.1.8 _includes/scripts.html
jekyll-theme-hydejack-9.1.7 _includes/scripts.html
jekyll-theme-hydejack-9.1.6 _includes/scripts.html
jekyll-theme-hydejack-9.1.5 _includes/scripts.html
jekyll-theme-hydejack-9.1.4 _includes/scripts.html
jekyll-theme-hydejack-9.1.3 _includes/scripts.html
jekyll-theme-hydejack-9.1.2 _includes/scripts.html
jekyll-theme-hydejack-9.1.1 _includes/scripts.html
jekyll-theme-hydejack-9.1.0 _includes/scripts.html
jekyll-theme-hydebetty-1.0.2 _includes/scripts.html
jekyll-theme-hydebetty-1.0.1 _includes/scripts.html
jekyll-theme-hydejack-8.5.2 _includes/scripts.html
jekyll-theme-hydejack-8.5.1 _includes/scripts.html
jekyll-theme-hydejack-8.5.0 _includes/scripts.html
jekyll-theme-hydejack-8.4.0 _includes/scripts.html
jekyll-theme-hydejack-8.3.1 _includes/scripts.html
jekyll-theme-hydejack-8.3.0 _includes/scripts.html
jekyll-theme-hydejack-8.1.0 _includes/scripts.html
jekyll-theme-hydejack-8.0.0 _includes/scripts.html