We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ebcd17 commit da69636Copy full SHA for da69636
web/html/layouts/main.tmpl.html
@@ -3,6 +3,7 @@
3
<html lang="en">
4
5
<head>
6
+ {{if ne .CCEnv "development" -}}
7
<!-- Google tag (gtag.js) -->
8
<script async src="https://www.googletagmanager.com/gtag/js?id=G-NX7VL0ZZMV"></script>
9
<script>
@@ -12,6 +13,7 @@
12
13
14
gtag('config', 'G-NX7VL0ZZMV');
15
</script>
16
+ {{end -}}
17
<meta charset="utf-8">
18
<meta name="viewport" content="width=device-width, initial-scale=1">
19
<meta name="loc:searchResultsCount" content="{count} results for "{query}"">
0 commit comments