summaryrefslogtreecommitdiff
path: root/layouts/_default/baseof.html
diff options
context:
space:
mode:
authorNicholas Johnson <nick@nicholasjohnson.ch>2023-08-25 00:00:00 +0000
committerNicholas Johnson <nick@nicholasjohnson.ch>2023-08-25 00:00:00 +0000
commit632a5422b665a2bf91fa9baeb709a9eb1b5f9773eeec9c2f3a9d22876e53f8be (patch)
tree460032f496120fa11fa141da70066708140b624d28d4b1d33e3f6500ca56cedf /layouts/_default/baseof.html
parentdd70d2fa0b4647771713853577ed175e21dca92e55dd31deee41d93628f920b5 (diff)
Prefer right-aligned whitespace elimination
Diffstat (limited to 'layouts/_default/baseof.html')
-rw-r--r--layouts/_default/baseof.html8
1 files changed, 4 insertions, 4 deletions
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