From 067a0dc1e4cca07d32b1316bba7ab32c8679e2d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alo=C3=AFs=20Micard?= Date: Wed, 20 May 2020 09:43:14 +0200 Subject: [PATCH] Make blog post url compliant with old blog --- config.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config.toml b/config.toml index 4db0301..d2accdd 100644 --- a/config.toml +++ b/config.toml @@ -8,6 +8,9 @@ theme = "terminal" centerTheme = true themeColor = "blue" +[permalinks] + posts = "/:title/" + [languages] [languages.en] languageName = "English"