Sha256: 2160716c8f4d048cea10a7366a7cd2e889abc1fbf909e3551953b962b5e91b1b

Contents?: true

Size: 466 Bytes

Versions: 4

Compression:

Stored size: 466 Bytes

Contents

{%- assign analyics_id = site.oscailte.google_analytics -%}
{%- if analyics_id and jekyll.environment == 'production' -%}
<script async src="https://www.googletagmanager.com/gtag/js?id={{ analyics_id }}"></script>
<script>
  window['ga-disable-{{ analyics_id }}'] = window.OSCAILTE_DNT;
  window.dataLayer = window.dataLayer || [];
  function gtag(){dataLayer.push(arguments);}
  gtag('js', new Date());
  gtag('config', '{{ analyics_id }}');
</script>
{%- endif -%}

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
oscailte-3.1.0 _includes/google-analytics.html
oscailte-3.0.3 _includes/google-analytics.html
oscailte-3.0.2 _includes/google-analytics.html
oscailte-3.0.0 _includes/google-analytics.html