From 632a5422b665a2bf91fa9baeb709a9eb1b5f9773eeec9c2f3a9d22876e53f8be Mon Sep 17 00:00:00 2001
From: Nicholas Johnson <nick@nicholasjohnson.ch>
Date: Fri, 25 Aug 2023 00:00:00 +0000
Subject: Prefer right-aligned whitespace elimination

---
 layouts/_default/baseof.html | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

(limited to 'layouts/_default/baseof.html')

diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html
index f2c9c61..1e32ff9 100644
--- a/layouts/_default/baseof.html
+++ b/layouts/_default/baseof.html
@@ -3,9 +3,9 @@
   {{ partial "head.html" . }}
   <body class="body">
     {{ partial "header.html" . }}
-    {{ block "main" . }}{{ end }}
-    {{- if $.Site.Copyright }}
-    {{ partial "footer.html" . }}
-    {{- end }}
+    {{ block "main" . }}{{ end -}}
+    {{ if $.Site.Copyright }}
+    {{ partial "footer.html" . -}}
+    {{ end }}
   </body>
 </html>
\ No newline at end of file
-- 
cgit v1.2.3