mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Pagination - refactoring
This commit is contained in:
parent
636e939d23
commit
d272896adf
3 changed files with 59 additions and 61 deletions
|
|
@ -82,7 +82,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