From b292f452bdc863001387f41a4d4067733f43e5a9 Mon Sep 17 00:00:00 2001 From: Pankaj Patil Date: Sun, 30 May 2021 21:09:43 +0530 Subject: [PATCH] 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 --- docs/content/documentation/content/section.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/content/documentation/content/section.md b/docs/content/documentation/content/section.md index 1cbc3458..433dd48b 100644 --- a/docs/content/documentation/content/section.md +++ b/docs/content/documentation/content/section.md @@ -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.