From 7ebe350704d0c5b7bcd5b7d71770de2da1c0c2e3 Mon Sep 17 00:00:00 2001 From: Lucidiot Date: Wed, 14 Nov 2018 19:16:18 +0100 Subject: [PATCH] Change misleading variable descriptions in autopages README --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index b43acac..a21140d 100644 --- a/README.md +++ b/README.md @@ -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. |