Mention a paginated section doesnt get its pages

This commit is contained in:
Vincent Prouillet 2018-09-29 11:15:50 +02:00
parent 6aab5afe60
commit f66a9425d2

View file

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