Sha256: 8786c1718fb3d620638752229bfaaeabebf3d5a716cac3dfed5f78415ede9e06

Contents?: true

Size: 469 Bytes

Versions: 2

Compression:

Stored size: 469 Bytes

Contents

{% if site.google_analytics %}
    <!-- Global site tag (gtag.js) - Google Analytics -->
    <script async src="https://www.googletagmanager.com/gtag/js?id={{ site.google_analytics }}"></script>
    <script>
        window.dataLayer = window.dataLayer || [];
        function gtag(){dataLayer.push(arguments);}
        gtag('js', new Date());

        gtag('config', '{{ site.google_analytics }}');
    </script>
    <!-- End Google Analytics -->
{% endif %}

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
bytewax-docs-0.1.1 _includes/google_analytics.html
bytewax-docs-0.1.0 _includes/google_analytics.html