Browse Source

Fix internal links (#743)

It looks like two links on this page didn't get updated with the change from `./` to `@/` in ec61a57.
index-subcmd
Avery Larsen Vincent Prouillet 4 years ago
parent
commit
1cc0295637
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      docs/content/documentation/templates/pagination.md

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

@@ -6,7 +6,7 @@ weight = 30
Two things can get paginated: a section and 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
[section page](@/documentation/templates/pages-sections.md#section-variables) minus its pages
while both a paginated taxonomy page and a paginated section page gets a
`paginator` variable of the `Pager` type:

@@ -35,7 +35,7 @@ current_index: Number;
## Section

A paginated section gets the same `section` variable as a normal
[section page](./documentation/templates/pages-sections.md#section-variables)
[section page](@/documentation/templates/pages-sections.md#section-variables)
minus its pages. The pages are instead in `paginator.pages`.

## Taxonomy term


Loading…
Cancel
Save