Pagination - refactoring

This commit is contained in:
Laureline Guerin 2011-02-15 14:36:55 +01:00
commit d272896adf
3 changed files with 59 additions and 61 deletions

View file

@ -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)