mirror of
https://github.com/gohugoio/hugo.git
synced 2026-09-03 04:02:38 +00:00
faacf2e971
* Clarify pagination documentation (#7609) It is not necessary that the pages passed to .Paginate be a subset of .Pages. Also, clarify that more than one call to .Paginator or .Paginate will give unexpected results. * Correct a few statements based on review feedback