From 9e878b16592c36a2ca88a530017f7cb51dc6af68 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=A1=D0=B0=D1=88=D0=B0=20=D0=A7=D0=B5=D1=80=D0=BD=D1=8B?= =?UTF-8?q?=D1=85?= Date: Tue, 16 Aug 2022 19:53:28 +0300 Subject: [PATCH] fix(status-hidden): add exclusion from author index MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ### 1. Summary I added, that `Status: hidden` exclude posts from `author` indexing too. ### 2. Argumentation Specifying `tag` and `category`, but not specifying `author`, may confuse users. It’s not clear from the documentation what effect `Status: hidden` has on `author`. In my opinion, the documentation should give complete and clear information about the software product. Thanks. --- docs/content.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/content.rst b/docs/content.rst index 84ebb6da..b86f8624 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/