Merge pull request #1760 from jml/export-hidden-pages

Export hidden pages in context
This commit is contained in:
Justin Mayer 2015-06-27 08:58:37 -07:00
commit 3f69a1fb62
3 changed files with 10 additions and 2 deletions

View file

@ -77,11 +77,13 @@ articles The list of articles, ordered descending by date.
in the `all_articles` variable.
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.
categories A list of (category, articles) tuples, containing
all the categories and corresponding articles (values)
pages The list of pages
hidden_pages The list of hidden pages
============= ===================================================