diff --git a/layouts/partials/paige/pages.html b/layouts/partials/paige/pages.html
index eb7868d5..40bd45f7 100644
--- a/layouts/partials/paige/pages.html
+++ b/layouts/partials/paige/pages.html
@@ -14,6 +14,10 @@
{{ end }}
{{ end }}
+{{ if and (not $pages) (in (slice "taxonomy" "term") $page.Kind) }}
+ {{ $pages = $page.Pages }}
+{{ end }}
+
{{ $pinned := where $pages "Params.paige.pin" true }}
{{ $unpinned := complement $pinned $pages }}