forked from github/pelican
added testing for default locale setting
removed LOCALE="" from default conf as it looks weird and you shouldn't need to set a blank LOCALE for the system to work.
This commit is contained in:
parent
2ace30cdb0
commit
b527fd594d
2 changed files with 12 additions and 1 deletions
|
|
@ -9,7 +9,6 @@ GITHUB_URL = 'http://github.com/ametaireau/'
|
|||
DISQUS_SITENAME = "blog-notmyidea"
|
||||
PDF_GENERATOR = False
|
||||
REVERSE_CATEGORY_ORDER = True
|
||||
LOCALE = ""
|
||||
DEFAULT_PAGINATION = 2
|
||||
|
||||
FEED_RSS = 'feeds/all.rss.xml'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue