mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Set missed default config values
Set `CATEGORIES_URL` and `CATEGORIES_SAVE_URL` following docs. Fix #1216.
This commit is contained in:
parent
b25001333d
commit
786e9d5207
1 changed files with 2 additions and 0 deletions
|
|
@ -68,6 +68,8 @@ DEFAULT_CONFIG = {
|
|||
'PDF_GENERATOR': False,
|
||||
'PDF_STYLE_PATH': '',
|
||||
'PDF_STYLE': 'twelvepoint',
|
||||
'CATEGORIES_URL': 'categories/',
|
||||
'CATEGORIES_SAVE_AS': os.path.join('categories', 'index.html'),
|
||||
'CATEGORY_URL': 'category/{slug}.html',
|
||||
'CATEGORY_SAVE_AS': os.path.join('category', '{slug}.html'),
|
||||
'TAG_URL': 'tag/{slug}.html',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue