Skip to content

Commit adcff4e

Browse files
committed
fix: rm analytics code, closes #2
1 parent 745a23d commit adcff4e

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

_includes/analytics.html

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1 @@
1-
<!-- Google tag (gtag.js) -->
2-
<script async src="https://www.googletagmanager.com/gtag/js?id=G-W4P1X1T11Q"></script>
3-
<script>
4-
window.dataLayer = window.dataLayer || [];
5-
function gtag(){dataLayer.push(arguments);}
6-
gtag('js', new Date());
7-
gtag('config', 'G-W4P1X1T11Q');
8-
</script>
1+
{% comment %}Analytics tracking code goes here if we are using any{% endcomment %}

0 commit comments

Comments
 (0)