fix regularpages on gemini archive listing
This commit is contained in:
parent
9a35ead581
commit
1aa31b7202
1 changed files with 1 additions and 1 deletions
|
@ -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 }}
|
||||
|
|
Loading…
Add table
Reference in a new issue