mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Docs: Hidden posts also excluded from author index (#3025)
This commit is contained in:
parent
6af939e096
commit
5d4cb5619b
1 changed files with 2 additions and 2 deletions
|
|
@ -626,8 +626,8 @@ Hidden Posts
|
||||||
|
|
||||||
Like pages, posts can also be marked as ``hidden`` with the ``Status: hidden``
|
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
|
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
|
are not included by default in tag, category, and author indexes, nor in the
|
||||||
article feed. This has the effect of creating an "unlisted" post.
|
main article feed. This has the effect of creating an "unlisted" post.
|
||||||
|
|
||||||
.. _W3C ISO 8601: https://www.w3.org/TR/NOTE-datetime
|
.. _W3C ISO 8601: https://www.w3.org/TR/NOTE-datetime
|
||||||
.. _AsciiDoc: https://www.methods.co.nz/asciidoc/
|
.. _AsciiDoc: https://www.methods.co.nz/asciidoc/
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue