1
0
Fork 0
forked from github/pelican

Add a "wide" css for notmyidea.org theme

This commit is contained in:
Alexis Metaireau 2010-11-18 03:33:57 +00:00
commit bab39c9800
4 changed files with 27 additions and 2 deletions

View file

@ -14,6 +14,7 @@ _DEFAULT_CONFIG = {'PATH': None,
'PDF_PROCESSOR': False,
'DEFAULT_CATEGORY': 'misc',
'FALLBACK_ON_FS_DATE': True,
'CSS_FILE': 'main.css',
}
def read_settings(filename):