mirror of
https://github.com/gohugoio/hugoDocs.git
synced 2025-09-14 08:24:42 -04:00
Update Paginate.md
This commit is contained in:
parent
1377ed4deb
commit
a45327aac3
@ -10,7 +10,7 @@ action:
|
|||||||
signatures: ['PAGE.Paginate COLLECTION [N]']
|
signatures: ['PAGE.Paginate COLLECTION [N]']
|
||||||
---
|
---
|
||||||
|
|
||||||
[Pagination] is the process of splitting a list page into two or more pagers, where each pager contains a subset of the page collection and navigation links to other pagers.
|
Pagination is the process of splitting a list page into two or more pagers, where each pager contains a subset of the page collection and navigation links to other pagers.
|
||||||
|
|
||||||
By default, the number of elements on each pager is determined by your [site configuration]. The default is `10`. Override that value by providing a second argument, an integer, when calling the `Paginate` method.
|
By default, the number of elements on each pager is determined by your [site configuration]. The default is `10`. Override that value by providing a second argument, an integer, when calling the `Paginate` method.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user