From a8823ed90533f02de8d4d5e5ea9a8587cbd80cb3 Mon Sep 17 00:00:00 2001 From: Will Faught Date: Sat, 1 Mar 2025 22:59:01 -0800 Subject: [PATCH] Group page kinds correctly --- layouts/partials/paige/list.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/layouts/partials/paige/list.html b/layouts/partials/paige/list.html index 819f0b86..b78a548b 100644 --- a/layouts/partials/paige/list.html +++ b/layouts/partials/paige/list.html @@ -56,9 +56,9 @@ {{ if in (slice "taxonomy" "term") $page.Kind }} {{ range $page.Pages }} {{ if .IsSection }} - {{ $pages = $pages | append . }} - {{ else }} {{ $sections = $sections | append . }} + {{ else }} + {{ $pages = $pages | append . }} {{ end }} {{ end }}