fix regularpages on gemini archive listing

This commit is contained in:
Dominic Reich 2025-02-09 17:45:10 +01:00
parent 9a35ead581
commit 1aa31b7202
Signed by: dominic
GPG key ID: 0B5787DB23049C45

View file

@ -32,7 +32,7 @@ categories on the equipment page.
## Archives
{{ range (where (where (where .Site.Pages "Section" "in" (slice "posts")) ".Params.gemini" "ne" "false") ".Params.concept" "ne" "true").GroupByDate "2006" "desc" }}{{ $year := .Key -}}
{{ range (where (where (where .Site.RegularPages "Section" "in" (slice "posts")) ".Params.gemini" "ne" "false") ".Params.concept" "ne" "true").GroupByDate "2006" "desc" }}{{ $year := .Key -}}
### {{ .Key }}
{{ range .Pages.ByDate.Reverse }}
=> {{ .RelPermalink }} {{ .Title }}