|
@@ -1,9 +1,9 @@
|
|
|
<!-- Global site tag (gtag.js) - Google Analytics -->
|
|
|
-<script async src="https://www.googletagmanager.com/gtag/js?id={{ google_analytics_id }}"></script>
|
|
|
+<script async src="https://www.googletagmanager.com/gtag/js?id={{ google_analytics }}"></script>
|
|
|
<script>
|
|
|
window.dataLayer = window.dataLayer || [];
|
|
|
function gtag(){dataLayer.push(arguments);}
|
|
|
gtag('js', new Date());
|
|
|
|
|
|
- gtag('config', '{{ google_analytics_id }}');
|
|
|
+ gtag('config', '{{ google_analytics }}');
|
|
|
</script>
|