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 c810402 commit 33b7e94Copy full SHA for 33b7e94
docs/source/_layouts/master.blade.php
@@ -23,6 +23,7 @@
23
</head>
24
<body data-sidebar-visible="true" class="font-sans font-normal text-slate-darker leading-normal">
25
@yield('body')
26
+ @if ($page->production)
27
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-109068504-1"></script>
28
<script>
29
window.dataLayer = window.dataLayer || [];
@@ -31,5 +32,6 @@ function gtag(){dataLayer.push(arguments);}
31
32
33
gtag('config', 'UA-109068504-1');
34
</script>
35
+ @endif
36
</body>
37
</html>
0 commit comments