From ce86df5247383efca904b4f1708f79eb1621064c Mon Sep 17 00:00:00 2001 From: Alexandre Meyer <alexandre.meyer@univ-lyon1.fr> Date: Fri, 18 Nov 2022 16:03:10 +0100 Subject: [PATCH] ...web --- web/config.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/web/config.toml b/web/config.toml index 188e748..21e1c11 100644 --- a/web/config.toml +++ b/web/config.toml @@ -17,12 +17,12 @@ pygmentsUseClasses = true identifier = "posts" name = "posts" title = "posts" - url = "/" - weight = 20 + url = "/posts" + weight = 10 -[permalinks] - posts = "/:title/" +#[permalinks] +# posts = "/:title/" [markup.goldmark.renderer] # Allow HTML in Markdown -- GitLab