From f81b2e27bc2d65548e289069bf28355c99128d61 Mon Sep 17 00:00:00 2001 From: Jason Stirnaman Date: Mon, 19 May 2025 12:35:17 -0500 Subject: [PATCH] fix(layout): Missing closing paren --- layouts/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/index.html b/layouts/index.html index 4ed85399a..2e7c9f016 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -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" . }}