-
@DavidDarnes @eleven_ty Pagination has two main use cases: 1. numeric pagination (think google results) and 2. one->many templates that iterate over a data set (think CMS data) Case 1 is the default and
addAllPagesToCollections
works better for case 2.