Skip to content

Commit 00c7d09

Browse files
committed
fix(layout): disable google analytics temporarily
1 parent 5cd6238 commit 00c7d09

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_layouts/default.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@
1515
data-cf-beacon='{"token": "70fc8c466cc1445098b3fc6f209c22c2"}'>
1616
</script>
1717

18-
{% if site.google_analytics %}
18+
<!-- {% if site.google_analytics %}
1919
<script async src="https://www.googletagmanager.com/gtag/js?id={{ site.google_analytics }}"></script>
2020
<script>
2121
window.dataLayer = window.dataLayer || [];
2222
function gtag() { dataLayer.push(arguments); }
2323
gtag('js', new Date());
2424
gtag('config', '{{ site.google_analytics }}');
2525
</script>
26-
{% endif %}
26+
{% endif %} -->
2727
<meta charset="UTF-8">
2828

2929
{% seo %}

0 commit comments

Comments
 (0)