Sha256: 7bcfa8ac1fcd70f91ba79c8a270bae8c6a7444d6c7c57de42e1927d9103cdf67

Contents?: true

Size: 585 Bytes

Versions: 1

Compression:

Stored size: 585 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.0-beta.0{% 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.0.pre.beta.0 _includes/body/scripts.html