Test with newer Python
This commit is contained in:
parent
29ba07e61a
commit
8af4d911d7
2 changed files with 8 additions and 0 deletions
|
@ -18,6 +18,12 @@ PATH = 'content'
|
|||
OUTPUT_PATH = 'blog/'
|
||||
TIMEZONE = 'America/New_York'
|
||||
|
||||
PLUGIN_PATHS = ['pelican-plugins']
|
||||
|
||||
# PLUGINS = ['i18n_subsites']
|
||||
|
||||
# JINJA_ENVIRONMENT = {'extensions': ['jinja2.ext.i18n']}
|
||||
|
||||
I18N_TEMPLATES_LANG = 'en'
|
||||
DEFAULT_LANG = 'en'
|
||||
OG_LOCALE = 'en_US'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue