mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
BUG: Typogrify not applied to pages.
This commit is contained in:
parent
8dcc503bc0
commit
1da88a647a
1 changed files with 1 additions and 1 deletions
|
|
@ -378,7 +378,7 @@ class PagesGenerator(Generator):
|
|||
os.path.join(self.path, self.settings['PAGE_DIR']),
|
||||
exclude=self.settings['PAGE_EXCLUDES']):
|
||||
try:
|
||||
content, metadata = read_file(f)
|
||||
content, metadata = read_file(f, settings=self.settings)
|
||||
except Exception, e:
|
||||
logger.warning(u'Could not process %s\n%s' % (f, str(e)))
|
||||
continue
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue