From a7e5fea730e778e27643d0d81cb696ed744efffc Mon Sep 17 00:00:00 2001 From: Joe Mooring Date: Tue, 13 Feb 2024 08:51:16 -0800 Subject: [PATCH] Clarify pagination restriction --- content/en/templates/pagination.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/templates/pagination.md b/content/en/templates/pagination.md index 0854a6844..70a9df4cf 100644 --- a/content/en/templates/pagination.md +++ b/content/en/templates/pagination.md @@ -31,7 +31,7 @@ Setting `paginate` to a positive value will split the list pages for the homepag ## List paginator pages {{% note %}} -`.Paginator` is provided to help you build a pager menu. This feature is currently only supported on homepage and list pages (i.e., taxonomies and section lists). +Paginate a page collection in list templates for these page kinds: `home`, `section`, `taxonomy`, or `term`. You cannot paginate a page collection in a template for the `page` page kind. {{% /note %}} There are two ways to configure and use a `.Paginator`: