mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Documentation tweaks
This commit is contained in:
parent
05c9c1f617
commit
8f8d531fbd
2 changed files with 2 additions and 1 deletions
|
|
@ -618,7 +618,7 @@ Hidden posts
|
|||
=================
|
||||
|
||||
Like pages, posts can also be marked as ``hidden`` with the ``Status: hidden``
|
||||
attribute. Hidden posts will be output to the final path 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
|
||||
article feed. This has the effect of creating an "unlisted" post.
|
||||
|
||||
|
|
|
|||
|
|
@ -80,6 +80,7 @@ articles The list of articles, ordered descending by date.
|
|||
in the `all_articles` variable.
|
||||
dates The same list of articles, but ordered by date,
|
||||
ascending.
|
||||
hidden_articles The list of hidden articles
|
||||
drafts The list of draft articles
|
||||
authors A list of (author, articles) tuples, containing all
|
||||
the authors and corresponding articles (values)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue