mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Added default PDF_STYLE option to settings. Fixes #992
This commit is contained in:
parent
51dc02f298
commit
ab9d90ae3c
1 changed files with 1 additions and 0 deletions
|
|
@ -45,6 +45,7 @@ DEFAULT_CONFIG = {
|
|||
'DISPLAY_PAGES_ON_MENU': True,
|
||||
'DISPLAY_CATEGORIES_ON_MENU': True,
|
||||
'PDF_GENERATOR': False,
|
||||
'PDF_STYLE': 'twelvepoint',
|
||||
'OUTPUT_SOURCES': False,
|
||||
'OUTPUT_SOURCES_EXTENSION': '.text',
|
||||
'USE_FOLDER_AS_CATEGORY': True,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue