From dd47c85097e1188b4b7e693942b85a8888380dda Mon Sep 17 00:00:00 2001 From: teldra Date: Wed, 15 Jun 2022 10:49:11 +0200 Subject: [PATCH] small fixes --- themes/buha/layouts/partials/layout/archive.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/themes/buha/layouts/partials/layout/archive.html b/themes/buha/layouts/partials/layout/archive.html index d31d61d..4d151e1 100644 --- a/themes/buha/layouts/partials/layout/archive.html +++ b/themes/buha/layouts/partials/layout/archive.html @@ -4,9 +4,9 @@
{{ $pages := where site.RegularPages "Type" "in" site.Params.searchSections }} {{ range $pages.GroupByDate "2006" }} -

{{ .Key }}

+

{{ .Key }}

{{ range .Pages.GroupByDate "January" }} -

{{ .Key }}:

+

{{ .Key }}:

{{ range .Pages }}
{{ .Date.Format "02.01.2006" }} {{ .Title }}
{{ end }}