We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5cd6238 commit 00c7d09Copy full SHA for 00c7d09
_layouts/default.html
@@ -15,15 +15,15 @@
15
data-cf-beacon='{"token": "70fc8c466cc1445098b3fc6f209c22c2"}'>
16
</script>
17
18
- {% if site.google_analytics %}
+ <!-- {% if site.google_analytics %}
19
<script async src="https://www.googletagmanager.com/gtag/js?id={{ site.google_analytics }}"></script>
20
<script>
21
window.dataLayer = window.dataLayer || [];
22
function gtag() { dataLayer.push(arguments); }
23
gtag('js', new Date());
24
gtag('config', '{{ site.google_analytics }}');
25
26
- {% endif %}
+ {% endif %} -->
27
<meta charset="UTF-8">
28
29
{% seo %}
0 commit comments