Skip to content

Commit 49d73dc

Browse files
committed
either prod or nonprod
1 parent 631d1eb commit 49d73dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

layouts/partials/head.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
{{- else -}}
77
<meta name="ROBOTS" content="NOINDEX, NOFOLLOW">
88
{{- end -}}
9-
{{- if eq hugo.Environment "production" -}}
9+
{{- if in (slice "production" "nonprod") hugo.Environment -}}
1010
<!-- Global site tag (gtag.js) - Google Analytics -->
1111
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-36037335-10"></script>
1212
<script>

0 commit comments

Comments
 (0)