Add link to guest book, optimize

This commit is contained in:
2021-10-05 04:54:37 +00:00
parent 20b46d3b02
commit d87e798d38
3 changed files with 4 additions and 3 deletions

View File

@@ -55,7 +55,7 @@ CATEGORIES_SAVE_AS = ''
TAGS_SAVE_AS = ''
INDEX_SAVE_AS = 'index.html'
ARTICLE_URL = '{date:%d}/'
ARTICLE_URL = '{date:%d}'
ARTICLE_SAVE_AS = '{date:%d}/index.html'
PROD = True