Skip to content

Commit 6ee0fb4

Browse files
Update layouts/index.html
Co-authored-by: Scott Anderson <[email protected]>
1 parent 1dce052 commit 6ee0fb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

layouts/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
- This is a regular page (not test-only) OR
1212
- This is a test-only page BUT we're currently in the testing environment
1313
-->
14-
{{ if or (not .Params.test_only) (and .Params.test_only (eq site.Params.environment "testing")) }}
14+
{{ if or (not .Params.test_only) (and .Params.test_only (in site.Params.environment (slice "testing" "development")) }}
1515

1616
{{ partial "header.html" . }}
1717
{{ partial "topnav.html" . }}

0 commit comments

Comments
 (0)