mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Merge branch 'pagination-zebuline'
This commit is contained in:
commit
e9515130e0
13 changed files with 248 additions and 51 deletions
|
|
@ -78,7 +78,7 @@ class Pelican(object):
|
|||
return generators
|
||||
|
||||
def get_writer(self):
|
||||
return Writer(self.output_path)
|
||||
return Writer(self.output_path, settings=self.settings)
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue