mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
remove PAGES; use pages instead
* remove PAGES from context as pages is available * add section to FAQ to provide guidance
This commit is contained in:
parent
3f69a1fb62
commit
ec5c77b251
5 changed files with 17 additions and 3 deletions
|
|
@ -644,7 +644,6 @@ class PagesGenerator(CachingGenerator):
|
|||
process_translations(hidden_pages))
|
||||
|
||||
self._update_context(('pages', 'hidden_pages'))
|
||||
self.context['PAGES'] = self.pages
|
||||
|
||||
self.save_cache()
|
||||
self.readers.save_cache()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue