diff --git a/content/pages/404.md b/content/pages/404.md index 293b0c6..b699a71 100644 --- a/content/pages/404.md +++ b/content/pages/404.md @@ -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 allez voir la page des [archives](\archives.html) au cas où... +mais vou pouvez aller voir la page des [archives](\archives.html) au cas où... diff --git a/pelicanconf.py b/pelicanconf.py index 42a3fe6..32bb330 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -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}/'