diff --git a/layouts/index.gmi b/layouts/index.gmi index adb8eec..9a2730d 100644 --- a/layouts/index.gmi +++ b/layouts/index.gmi @@ -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 }}