Modify tag url
This commit is contained in:
parent
e14d04b588
commit
d6af9379fc
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ ARTICLE_URL = 'post/{slug}/'
|
||||||
ARTICLE_SAVE_AS = 'post/{slug}/index.html'
|
ARTICLE_SAVE_AS = 'post/{slug}/index.html'
|
||||||
CATEGORY_URL = 'category/{slug}/'
|
CATEGORY_URL = 'category/{slug}/'
|
||||||
CATEGORY_SAVE_AS = 'category/{slug}/index.html'
|
CATEGORY_SAVE_AS = 'category/{slug}/index.html'
|
||||||
TAG_URL = 'tag/ {slug}/'
|
TAG_URL = 'tag/{slug}/'
|
||||||
TAG_SAVE_AS = 'tag/{slug}/index.html'
|
TAG_SAVE_AS = 'tag/{slug}/index.html'
|
||||||
AUTHOR_SAVE_AS = 'author/{slug}/index.html'
|
AUTHOR_SAVE_AS = 'author/{slug}/index.html'
|
||||||
AUTHOR_URL = 'author/{slug}/'
|
AUTHOR_URL = 'author/{slug}/'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue