mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
We pass lists, not dicst!
This commit is contained in:
parent
ac85e9c819
commit
bfc963a065
2 changed files with 6 additions and 7 deletions
|
|
@ -42,7 +42,6 @@ class Generator(object):
|
|||
os.path.join(self.theme, 'templates')))
|
||||
self._templates_path += self.settings.get('EXTRA_TEMPLATES_PATHS', [])
|
||||
|
||||
|
||||
theme_path = os.path.dirname(os.path.abspath(__file__))
|
||||
|
||||
simple_loader = FileSystemLoader(os.path.join(theme_path,
|
||||
|
|
@ -283,7 +282,6 @@ class ArticlesGenerator(Generator):
|
|||
self.generate_articles(write)
|
||||
self.generate_direct_templates(write)
|
||||
|
||||
|
||||
# and subfolders after that
|
||||
self.generate_tags(write)
|
||||
self.generate_categories(write)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue