Browse Source

Fix a bit the pagination template doc

index-subcmd
Vincent Prouillet 5 years ago
parent
commit
290029aeed
1 changed files with 1 additions and 5 deletions
  1. +1
    -5
      docs/content/documentation/templates/pagination.md

+ 1
- 5
docs/content/documentation/templates/pagination.md View File

@@ -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


Loading…
Cancel
Save