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-3.2.2 _includes/google-analytics.html
word-games-theme-3.2.1 _includes/google-analytics.html
word-games-theme-3.1.9 _includes/google-analytics.html
word-games-theme-3.1.8 _includes/google-analytics.html
word-games-theme-3.1.7 _includes/google-analytics.html
word-games-theme-3.1.6 _includes/google-analytics.html
word-games-theme-3.1.5 _includes/google-analytics.html
word-games-theme-3.1.4 _includes/google-analytics.html
word-games-theme-3.1.3 _includes/google-analytics.html
word-games-theme-3.1.2 _includes/google-analytics.html
word-games-theme-3.1.1 _includes/google-analytics.html
word-games-theme-3.1.0 _includes/google-analytics.html
word-games-theme-3.0.9 _includes/google-analytics.html
word-games-theme-3.0.8 _includes/google-analytics.html
word-games-theme-3.0.7 _includes/google-analytics.html
word-games-theme-3.0.6 _includes/google-analytics.html
word-games-theme-3.0.5 _includes/google-analytics.html
word-games-theme-3.0.4 _includes/google-analytics.html
word-games-theme-3.0.3 _includes/google-analytics.html
word-games-theme-3.0.2 _includes/google-analytics.html