Sha256: 5a90a2139ad208e6b717a80d3bb093c7ab5453189abd869ad3e12e5b6982c989
Contents?: true
Size: 574 Bytes
Versions: 12
Compression:
Stored size: 574 Bytes
Contents
{%- if site.google.gtag -%} <!-- Google Analytics --> <script async src="https://www.googletagmanager.com/gtag/js?id={{ site.google.gtag }}"></script> <script> window.dataLayer = window.dataLayer || []; function gtag() { dataLayer.push(arguments); } gtag("js", new Date()); gtag("config", "{{ site.google.gtag }}"); </script> {%- endif -%} {%- if site.google.adsense -%} <!-- Google AdSense --> <script data-ad-client="{{ site.google.adsense }}" async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script> {%- endif -%}
Version data entries
12 entries across 12 versions & 2 rubygems