forked from github/pelican
Year and month in URL. Issue #145
This commit is contained in:
parent
6611107e48
commit
068a3d2f1d
4 changed files with 18 additions and 1 deletions
|
|
@ -42,6 +42,7 @@ _DEFAULT_CONFIG = {'PATH': None,
|
|||
'DEFAULT_METADATA': (),
|
||||
'FILES_TO_COPY': (),
|
||||
'DEFAULT_STATUS': 'published',
|
||||
'PERMALINK_STRUCTURE': ''
|
||||
}
|
||||
|
||||
def read_settings(filename):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue