Fix|Docs: paginate_reversed is missing from example _index.md (#1501)
* Fix|Docs: paginate_reversed is missing from example _index.md * Update docs/content/documentation/content/section.md Co-authored-by: Vincent Prouillet <balthek@gmail.com>
This commit is contained in:
parent
1cecf60bf6
commit
b292f452bd
|
@ -73,6 +73,9 @@ paginate_by = 0
|
|||
# The default is page/1.
|
||||
paginate_path = "page"
|
||||
|
||||
# If set, there will pagination will happen in a reversed order.
|
||||
paginate_reversed = false
|
||||
|
||||
# This determines whether to insert a link for each header like the ones you can see on this site if you hover over
|
||||
# a header.
|
||||
# The default template can be overridden by creating an `anchor-link.html` file in the `templates` directory.
|
||||
|
|
Loading…
Reference in a new issue