mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
update the docs regarding all_articles
This commit is contained in:
parent
14d548fc44
commit
fc45d8d791
1 changed files with 3 additions and 1 deletions
|
|
@ -60,7 +60,9 @@ output_file The name of the file currently being generated. For
|
||||||
articles The list of articles, ordered descending by date
|
articles The list of articles, ordered descending by date
|
||||||
All the elements are `Article` objects, so you can
|
All the elements are `Article` objects, so you can
|
||||||
access their attributes (e.g. title, summary, author
|
access their attributes (e.g. title, summary, author
|
||||||
etc.)
|
etc.). Sometimes this is shadowed (for instance in
|
||||||
|
the tags page). You will then find info about it
|
||||||
|
in the `all_articles` variable.
|
||||||
dates The same list of articles, but ordered by date,
|
dates The same list of articles, but ordered by date,
|
||||||
ascending
|
ascending
|
||||||
tags A list of (tag, articles) tuples, containing all
|
tags A list of (tag, articles) tuples, containing all
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue