mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Merge db81499937 into 98d1d4e338
This commit is contained in:
commit
6e7480595a
1 changed files with 1 additions and 1 deletions
|
|
@ -51,7 +51,7 @@ CONF = {
|
||||||
'github_pages_branch': _GITHUB_PAGES_BRANCHES['project'],
|
'github_pages_branch': _GITHUB_PAGES_BRANCHES['project'],
|
||||||
'default_pagination': 10,
|
'default_pagination': 10,
|
||||||
'siteurl': '',
|
'siteurl': '',
|
||||||
'lang': locale.getlocale()[0].split('_')[0],
|
'lang': locale.getlocale()[0].split('_')[0] if locale.getlocale() is not None else None,
|
||||||
'timezone': _DEFAULT_TIMEZONE
|
'timezone': _DEFAULT_TIMEZONE
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue