fix(layout): Missing closing paren
parent
6ee0fb495f
commit
f81b2e27bc
|
|
@ -11,7 +11,7 @@
|
|||
- This is a regular page (not test-only) OR
|
||||
- This is a test-only page BUT we're currently in the testing environment
|
||||
-->
|
||||
{{ 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"))) }}
|
||||
|
||||
{{ partial "header.html" . }}
|
||||
{{ partial "topnav.html" . }}
|
||||
|
|
|
|||
Loading…
Reference in New Issue