mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Expose use_unicode setting of slugify in settings and use it
This commit is contained in:
parent
03d9c38871
commit
97fe235e60
5 changed files with 48 additions and 24 deletions
|
|
@ -155,6 +155,7 @@ DEFAULT_CONFIG = {
|
|||
],
|
||||
'INTRASITE_LINK_REGEX': '[{|](?P<what>.*?)[|}]',
|
||||
'SLUGIFY_SOURCE': 'title',
|
||||
'SLUGIFY_USE_UNICODE': False,
|
||||
'CACHE_CONTENT': False,
|
||||
'CONTENT_CACHING_LAYER': 'reader',
|
||||
'CACHE_PATH': 'cache',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue