1
0
Fork 0
forked from github/pelican

fix some more test still using dict

This commit is contained in:
Ondrej Grover 2014-11-05 10:40:49 +01:00
commit d88cc86df2
2 changed files with 3 additions and 3 deletions

View file

@ -34,7 +34,7 @@ DEFAULT_CONFIG = {
'PAGE_PATHS': ['pages'],
'PAGE_EXCLUDES': [],
'THEME': DEFAULT_THEME,
'THEMES': ['simple', ('!simple', 'simple')],
'THEMES': [DEFAULT_THEME, ('!simple', DEFAULT_THEME)],
'OUTPUT_PATH': 'output',
'READERS': {},
'STATIC_PATHS': ['images'],