summaryrefslogtreecommitdiffstats
path: root/hugolib/paginator_test.go
AgeCommit message (Collapse)Author
2023-03-10Don't fail when calling Paginate with an empty pages.PagesGroupBjørn Erik Pedersen
Fixes #10802
2020-12-03all: Format code with gofumptBjørn Erik Pedersen
See https://github.com/mvdan/gofumpt
2020-01-30Do not render alias paginator pages for non-HTML outputsBjørn Erik Pedersen
Update #6797
2019-06-10tpl/collections: Fix slice type handling in sortBjørn Erik Pedersen
The `sort` template func was producing a `[]page.Page` which did not work in `.Paginate`. Fixes #6023
2019-04-08Misc paginator adjustmentsBjørn Erik Pedersen
* Rewind paginator for server mode * Add some more related tests. * Replace the clumsy scratch constructs in internal paginator template with variables See #5825