-
Notifications
You must be signed in to change notification settings - Fork 72
Open
Description
The {% paginate %}
template tag allows specifying the page size (#67) as well as the first page size, however, the number of orphans is global and cannot be modified for the specific paginated list. In some cases it is desirable to have a larger or smaller number of orphans for the different lists.
I suggest including an optional third parameter to the page size section of the tag, in a backwards-compatible manner:
{% paginate FIRST_PAGE,OTHER_PAGES,ORPHANS entries %}
Metadata
Metadata
Assignees
Labels
No labels