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 1dce052 commit 6ee0fb4Copy full SHA for 6ee0fb4
layouts/index.html
@@ -11,7 +11,7 @@
11
- This is a regular page (not test-only) OR
12
- This is a test-only page BUT we're currently in the testing environment
13
-->
14
-{{ if or (not .Params.test_only) (and .Params.test_only (eq site.Params.environment "testing")) }}
+{{ if or (not .Params.test_only) (and .Params.test_only (in site.Params.environment (slice "testing" "development")) }}
15
16
{{ partial "header.html" . }}
17
{{ partial "topnav.html" . }}
0 commit comments