Sha256: f7a487739f4e0e827085a5aa7c94e3e5e0a129be738d15930b4de7b0918852e0
Contents?: true
Size: 588 Bytes
Versions: 8
Compression:
Stored size: 588 Bytes
Contents
{% comment %} * Google Analytics Tag Manager * The content will be included only if the 'google_analytics_tag_manager' option is setup in the '/_config.yml' file. {% endcomment %} {% if site.google_analytics_tag_manager and site.google_analytics_tag_manager != "" %} <script async src="https://www.googletagmanager.com/gtag/js?id={{ site.google_analytics_tag_manager }}"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', '{{ site.google_analytics }}'); </script> {% endif %}
Version data entries
8 entries across 8 versions & 1 rubygems