From 86c1db1c63d9c51c4aa5231a72eeda0294914bcc Mon Sep 17 00:00:00 2001 From: Boian Berberov Date: Tue, 26 Mar 2019 17:42:59 -0600 Subject: [PATCH] Adding `authors` to Common variables - Adding `authors` to Common variables in the documentation - Reordering the `authors`, `categories`, `tags` variables in the table --- docs/themes.rst | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/themes.rst b/docs/themes.rst index dcd72d75..adc7ec65 100644 --- a/docs/themes.rst +++ b/docs/themes.rst @@ -81,10 +81,12 @@ articles The list of articles, ordered descending by date. dates The same list of articles, but ordered by date, ascending. drafts The list of draft articles -tags A list of (tag, articles) tuples, containing all - the tags. +authors A list of (author, articles) tuples, containing all + the authors. categories A list of (category, articles) tuples, containing all the categories and corresponding articles (values) +tags A list of (tag, articles) tuples, containing all + the tags. pages The list of pages hidden_pages The list of hidden pages draft_pages The list of draft pages