Documentation tweaks

This commit is contained in:
Gio 2021-04-26 17:31:18 -05:00
commit 8f8d531fbd
2 changed files with 2 additions and 1 deletions

View file

@ -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.

View file

@ -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)