From 290029aeed5bde693d36a77aa469c7c5e5bb188e Mon Sep 17 00:00:00 2001 From: Vincent Prouillet Date: Sat, 18 May 2019 17:55:10 -0700 Subject: [PATCH] Fix a bit the pagination template doc --- docs/content/documentation/templates/pagination.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/docs/content/documentation/templates/pagination.md b/docs/content/documentation/templates/pagination.md index 53e15ab4..df8736f2 100644 --- a/docs/content/documentation/templates/pagination.md +++ b/docs/content/documentation/templates/pagination.md @@ -5,11 +5,7 @@ weight = 30 Two things can get paginated: a section or a taxonomy term. -A paginated section gets the same `section` variable as a normal -[section page](./documentation/templates/pages-sections.md#section-variables) minus its pages -while - -Both get a paginated page gets a `paginator` variable of the `Pager` type: +Every paginated template gets a `paginator` variable of the `Pager` type: ```ts // How many items per page