From a77a82c3da586708b9c78e448253086141a04574 Mon Sep 17 00:00:00 2001 From: kolaente Date: Sat, 29 Jan 2022 18:19:41 +0100 Subject: [PATCH] fix: default list layout --- layouts/_default/list.html | 40 ++++++++++++++++++-------------------- 1 file changed, 19 insertions(+), 21 deletions(-) diff --git a/layouts/_default/list.html b/layouts/_default/list.html index 2312e55..98406bd 100644 --- a/layouts/_default/list.html +++ b/layouts/_default/list.html @@ -1,27 +1,25 @@ {{ partial "header.html" . }} -
-
-
- {{ partial "menu" . }} -
-
-
- {{ .Content }} - - {{ range .Pages.GroupBy "Section" }} -

{{ .Key | title }}

- - {{ end }} -
-
+
+
+ {{ partial "menu" . }}
+
+
+ {{ partial "headline-hash.html" . }} + + {{ range .Pages.GroupBy "Section" }} +

{{ .Key | title }}

+ + {{ end }} +
+
{{ partial "footer.html" . }}