From f66a9425d22bbefa7e005a7e81091dbdaa543b63 Mon Sep 17 00:00:00 2001 From: Vincent Prouillet Date: Sat, 29 Sep 2018 11:15:50 +0200 Subject: [PATCH] Mention a paginated section doesnt get its pages --- docs/content/documentation/templates/pagination.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/documentation/templates/pagination.md b/docs/content/documentation/templates/pagination.md index ccbf6ab9..902e9fa5 100644 --- a/docs/content/documentation/templates/pagination.md +++ b/docs/content/documentation/templates/pagination.md @@ -6,7 +6,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) +[section page](./documentation/templates/pages-sections.md#section-variables) minus its pages while a paginated taxonomy gets the a `taxonomy` variable of type `TaxonomyConfig`, equivalent to the taxonomy definition in the `config.toml`.