mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
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:
parent
3d5cdad473
commit
86c1db1c63
1 changed files with 4 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue