diff options
author | Саша Черных <vspobog@gmail.com> | 2022-09-13 15:30:43 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-13 14:30:43 +0200 |
commit | 5d4cb5619b54cefb1afb152a12c0d992317f6f45 (patch) | |
tree | f37bc9dcfd538026cd3c0187744234e70feb395b | |
parent | 6af939e096b084fb3594c99b08d4b80a9bbf7bc5 (diff) | |
download | pelican-5d4cb5619b54cefb1afb152a12c0d992317f6f45.tar.gz |
Docs: Hidden posts also excluded from author index (#3025)
-rw-r--r-- | docs/content.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/content.rst b/docs/content.rst index 84ebb6da..0ab80670 100644 --- a/docs/content.rst +++ b/docs/content.rst @@ -626,8 +626,8 @@ Hidden Posts Like pages, posts can also be marked as ``hidden`` with the ``Status: hidden`` attribute. Hidden posts will be output to ``ARTICLE_SAVE_AS`` as expected, but -are not included by default in tag or category indexes, nor in the main -article feed. This has the effect of creating an "unlisted" post. +are not included by default in tag, category, and author indexes, nor in the +main article feed. This has the effect of creating an "unlisted" post. .. _W3C ISO 8601: https://www.w3.org/TR/NOTE-datetime .. _AsciiDoc: https://www.methods.co.nz/asciidoc/ |