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 6ee0fb4 commit f81b2e2Copy full SHA for f81b2e2
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 (in site.Params.environment (slice "testing" "development")) }}
+{{ 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