mirror of
https://github.com/gethinode/hinode.git
synced 2025-10-17 23:13:11 +00:00
22 lines
551 B
YAML
22 lines
551 B
YAML
comment: >-
|
|
Adds a pagination element to a page. This allows to split long lists across
|
|
multiple pages to ease navigation. Set 'paginate' in the site configuration to
|
|
define the maximum amount of items to display on a list page.
|
|
arguments:
|
|
page:
|
|
type:
|
|
- '*hugolib.pageState'
|
|
- '*hugolib.pageForShortcode'
|
|
optional: false
|
|
comment: Context of the current page.
|
|
group: partial
|
|
format:
|
|
type: select
|
|
optional: true
|
|
default: default
|
|
comment:
|
|
options:
|
|
values:
|
|
- default
|
|
- terse
|