Make article links single-character

This commit is contained in:
2021-10-14 07:47:43 +00:00
parent afcf272607
commit 1c3ae5b8f8
11 changed files with 21 additions and 12 deletions

View File

@@ -56,8 +56,8 @@ CATEGORIES_SAVE_AS = ''
TAGS_SAVE_AS = ''
INDEX_SAVE_AS = 'index.html'
ARTICLE_URL = '{date:%d}'
ARTICLE_SAVE_AS = '{date:%d}/index.html'
ARTICLE_URL = '{short}'
ARTICLE_SAVE_AS = '{short}/index.html'
PAGE_URL = '{slug}'
PAGE_SAVE_AS = '{slug}/index.html'