From 3bc024bc9e3d208840271d9b86c9cf686dd8abc3 Mon Sep 17 00:00:00 2001 From: Will Faught Date: Wed, 25 Jan 2023 23:13:29 -0800 Subject: [PATCH] Format template --- layouts/_default/baseof.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index a7564083..7940ab08 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -17,7 +17,7 @@ {{ partial "paige/scripts.html" . }} {{ if templates.Exists "partials/paige/body-last.html" }} - {{ partial "paige/body-last.html" . }} + {{ partial "paige/body-last.html" . }} {{ end }}