From b34e09f8fe1011963934dbf40dc92f0b258592ca Mon Sep 17 00:00:00 2001 From: Zach Berwaldt Date: Sat, 13 May 2023 22:39:58 -0400 Subject: more layout work --- layouts/_default/baseof.html | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'layouts/_default/baseof.html') diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 5f8e2ec..6ed81b9 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -1,10 +1,14 @@ - + {{- partial "head.html" . -}} {{- partial "header.html" . -}} -
- {{- block "main" . }}{{- end }} +
+ {{- block "main" . }} + {{- end }}
{{- partial "footer.html" . -}} -- cgit v1.1