From 8f8d531fbd1344096905490f202dc6eae62cd1a5 Mon Sep 17 00:00:00 2001 From: Gio Date: Mon, 26 Apr 2021 17:31:18 -0500 Subject: [PATCH] Documentation tweaks --- docs/content.rst | 2 +- docs/themes.rst | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/content.rst b/docs/content.rst index 010d000f..5812c307 100644 --- a/docs/content.rst +++ b/docs/content.rst @@ -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. diff --git a/docs/themes.rst b/docs/themes.rst index 86a754bc..6b39f293 100644 --- a/docs/themes.rst +++ b/docs/themes.rst @@ -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)