1
0
Fork 0
forked from github/pelican

Year and month in URL. Issue #145

This commit is contained in:
mviera 2011-07-27 01:35:06 +02:00
commit 068a3d2f1d
4 changed files with 18 additions and 1 deletions

View file

@ -42,6 +42,7 @@ _DEFAULT_CONFIG = {'PATH': None,
'DEFAULT_METADATA': (),
'FILES_TO_COPY': (),
'DEFAULT_STATUS': 'published',
'PERMALINK_STRUCTURE': ''
}
def read_settings(filename):