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 cf8e02f commit d32dd95Copy full SHA for d32dd95
_includes/scripts.liquid
@@ -227,15 +227,6 @@
227
<!-- Analytics -->
228
<!-- Global site tag (gtag.js) - Google Analytics -->
229
<script async src="https://www.googletagmanager.com/gtag/js?id={{ site.google_analytics }}"></script>
230
- <script>
231
- window.dataLayer = window.dataLayer || [];
232
- function gtag() {
233
- dataLayer.push(arguments);
234
- }
235
- gtag('js', new Date());
236
-
237
- gtag('config', '{{ site.google_analytics }}');
238
- </script>
239
<script defer src="{{ '/assets/js/google-analytics-setup.js' | relative_url }}"></script>
240
{% endif %}
241
0 commit comments