Sha256: 88d3e439c289244fcd3e162e6265f235ac2f5e25dddcdf5688473c093da8bccb

Contents?: true

Size: 578 Bytes

Versions: 1

Compression:

Stored size: 578 Bytes

Contents

{% unless page.redirect %}
  {% if site.google_analytics %}
  <script>
    window.ga=window.ga||function(){(ga.q=ga.q||[]).push(arguments)};ga.l=+new Date;
    ga('create', '{{ site.google_analytics }}', 'auto');
    ga('send', 'pageview');
    loadJSDeferred('https://www.google-analytics.com/analytics.js');
  </script>
  {% endif %}

  <!--[if gt IE 9]><!---->
  {% capture js_url %}{% link assets/js/hydejack.js %}?v=7.0.1{% endcapture %}
  <script>loadJSDeferred('{{ js_url | relative_url }}');</script>

  {% include my-scripts.html %}

  <!--<![endif]-->
{% endunless %}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
jekyll-theme-hydejack-7.0.1 _includes/body/scripts.html