Compare commits

..

2 commits

Author SHA1 Message Date
d6af9379fc Modify tag url 2020-03-10 01:10:28 +01:00
e14d04b588 Syntax corrections 2020-03-10 01:02:25 +01:00
2 changed files with 2 additions and 2 deletions

View file

@ -6,4 +6,4 @@ url: 404.html
cover: assets/backgrounds/tenshi.jpg
Le furet a courru, mais il n'a pas trouvé la ressource que vous avez demandé,
mais vou pouvez aller voir la page des [archives](\archives.html) au cas où...
mais allez voir la page des [archives](\archives.html) au cas où...

View file

@ -48,7 +48,7 @@ ARTICLE_URL = 'post/{slug}/'
ARTICLE_SAVE_AS = 'post/{slug}/index.html'
CATEGORY_URL = 'category/{slug}/'
CATEGORY_SAVE_AS = 'category/{slug}/index.html'
TAG_URL = 'tag/ {slug}/'
TAG_URL = 'tag/{slug}/'
TAG_SAVE_AS = 'tag/{slug}/index.html'
AUTHOR_SAVE_AS = 'author/{slug}/index.html'
AUTHOR_URL = 'author/{slug}/'