From 265734bfe164c8bc93feff4a94c6536c00fe10c3 Mon Sep 17 00:00:00 2001 From: Eryn Wells Date: Sun, 26 Dec 2021 12:43:26 -0700 Subject: [PATCH] Clean up the dark mode script block --- layouts/_default/baseof.html | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 591a1bf..098548e 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -4,23 +4,23 @@ {{ partial "header.html" . }} - -
{{ block "main" . }}{{ end }}
- +
+ {{ block "main" . }}{{ end }} +
{{ partial "footer.html" . }}