Skip to content

Commit f81b2e2

Browse files
committed
fix(layout): Missing closing paren
1 parent 6ee0fb4 commit f81b2e2

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 (in site.Params.environment (slice "testing" "development")) }}
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)