From 1465673907b0229faebf4293f550bca846988c10 Mon Sep 17 00:00:00 2001 From: Justin Mayer Date: Thu, 12 Sep 2024 13:20:55 +0200 Subject: [PATCH] Update content.rst --- docs/content.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/content.rst b/docs/content.rst index d89e902e..6c58aa11 100644 --- a/docs/content.rst +++ b/docs/content.rst @@ -633,12 +633,12 @@ attribute. Hidden posts will be output to ``ARTICLE_SAVE_AS`` as expected, but 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. -Skipped Posts -============== +Skip Posts +========== -Posts marked with the ``skip`` status are ignored entirely. They are not -processed, and not output to the ``ARTICLE_SAVE_AS`` path. These posts will -also not be included in indexes or feeds. +Posts marked with ``skip`` status are ignored entirely. They are not processed +nor output to the ``ARTICLE_SAVE_AS`` path. Such posts will similarly not be +included in indexes or feeds. .. _W3C ISO 8601: https://www.w3.org/TR/NOTE-datetime .. _AsciiDoc: https://asciidoc.org