Sha256: 9e08197cdb7087a51406eaef9e75e22aa08d1629850cc4975efbd691583b94e9

Contents?: true

Size: 818 Bytes

Versions: 195

Compression:

Stored size: 818 Bytes

Contents

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

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

{% endif %}

Version data entries

195 entries across 195 versions & 1 rubygems

Version Path
word-games-theme-2.5.4 _includes/google-analytics.html
word-games-theme-2.5.3 _includes/google-analytics.html
word-games-theme-2.5.2 _includes/google-analytics.html
word-games-theme-2.5.1 _includes/google-analytics.html
word-games-theme-2.5.0 _includes/google-analytics.html
word-games-theme-2.4.9 _includes/google-analytics.html
word-games-theme-2.4.8 _includes/google-analytics.html
word-games-theme-2.4.7 _includes/google-analytics.html
word-games-theme-2.4.6 _includes/google-analytics.html
word-games-theme-2.4.5 _includes/google-analytics.html
word-games-theme-2.4.4 _includes/google-analytics.html
word-games-theme-2.4.3 _includes/google-analytics.html
word-games-theme-2.4.2 _includes/google-analytics.html
word-games-theme-2.4.1 _includes/google-analytics.html
word-games-theme-2.4.0 _includes/google-analytics.html
word-games-theme-2.3.9 _includes/google-analytics.html
word-games-theme-2.3.8 _includes/google-analytics.html
word-games-theme-2.3.7 _includes/google-analytics.html
word-games-theme-2.3.6 _includes/google-analytics.html
word-games-theme-2.3.5 _includes/google-analytics.html