From e14d04b5889139bad0fc850fa19bcdf60707f8d9 Mon Sep 17 00:00:00 2001 From: Yorick Barbanneau Date: Tue, 10 Mar 2020 01:02:25 +0100 Subject: [PATCH 1/2] Syntax corrections --- content/pages/404.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/pages/404.md b/content/pages/404.md index b699a71..293b0c6 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 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ù... From d6af9379fcb6247ba0f94e050948bc312c1f3f40 Mon Sep 17 00:00:00 2001 From: Yorick Barbanneau Date: Tue, 10 Mar 2020 01:10:28 +0100 Subject: [PATCH 2/2] Modify tag url --- pelicanconf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pelicanconf.py b/pelicanconf.py index 32bb330..42a3fe6 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}/'