From 83f3c46b09ca6eba801841e0739dff88cb12b9c6 Mon Sep 17 00:00:00 2001 From: Lorenz Cuno Klopfenstein Date: Thu, 15 Mar 2018 00:38:23 +0100 Subject: [PATCH] Minor style fix --- content/templates/pagination.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/content/templates/pagination.md b/content/templates/pagination.md index 24d806ea6..22acb3079 100644 --- a/content/templates/pagination.md +++ b/content/templates/pagination.md @@ -96,11 +96,11 @@ If you want to build custom navigation, you can do so using the `.Paginator` obj `PageNumber` : The current page's number in the pager sequence -`URL`: -The relative URL to the current pager +`URL` +: The relative URL to the current pager -`Pages`: -The pages in the current pager +`Pages` +: The pages in the current pager `NumberOfElements` : The number of elements on this page @@ -152,4 +152,4 @@ The pages are built on the following form (`BLANK` means no value): [`after`]: /functions/after/ [configuration]: /getting-started/configuration/ [lists]: /templates/lists/ -[where]: /functions/where/ \ No newline at end of file +[where]: /functions/where/