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 }}