Change misleading variable descriptions in autopages README

This commit is contained in:
Lucidiot 2018-11-14 19:16:18 +01:00 committed by GitHub
parent aed06495ed
commit 7ebe350704

View File

@ -14,8 +14,8 @@ an ordinary Pelican page, so it can be Markdown, reStructuredText, etc.
## Template Variables
| Variable | Notes |
|-----------------|--------------------------------------------|
| `author.page` | The rendered content of the author page. |
| `category.page` | The rendered content of the category page. |
| `tag.page` | The rendered content of the tag page. |
| Variable | Notes |
|-----------------|--------------------------------------|
| `author.page` | `Page` object for the author page. |
| `category.page` | `Page` object for the category page. |
| `tag.page` | `Page` object for the tag page. |