Compare commits
2 commits
8fd6e40f2a
...
d6af9379fc
Author | SHA1 | Date | |
---|---|---|---|
d6af9379fc | |||
e14d04b588 |
2 changed files with 2 additions and 2 deletions
|
@ -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ù...
|
||||
|
|
|
@ -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}/'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue