Adding authors to Common variables

- Adding `authors` to Common variables in the documentation
- Reordering the `authors`, `categories`, `tags` variables in the table
This commit is contained in:
Boian Berberov 2019-03-26 17:42:59 -06:00
commit 86c1db1c63

View file

@ -81,10 +81,12 @@ articles The list of articles, ordered descending by date.
dates The same list of articles, but ordered by date, dates The same list of articles, but ordered by date,
ascending. ascending.
drafts The list of draft articles drafts The list of draft articles
tags A list of (tag, articles) tuples, containing all authors A list of (author, articles) tuples, containing all
the tags. the authors.
categories A list of (category, articles) tuples, containing categories A list of (category, articles) tuples, containing
all the categories and corresponding articles (values) all the categories and corresponding articles (values)
tags A list of (tag, articles) tuples, containing all
the tags.
pages The list of pages pages The list of pages
hidden_pages The list of hidden pages hidden_pages The list of hidden pages
draft_pages The list of draft pages draft_pages The list of draft pages