From 9c216d34ea30f7013c6d9fdf48b73d37384e1f07 Mon Sep 17 00:00:00 2001 From: Christophe Vandeplas Date: Fri, 31 Dec 2021 08:12:35 +0100 Subject: [PATCH] fix: [blog] fixes url to be more userfriendly --- config.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/config.toml b/config.toml index 82d81f2..3b60555 100644 --- a/config.toml +++ b/config.toml @@ -15,6 +15,8 @@ summaryLength = 20 # Define the number of posts per page paginate = 20 +disablePathToLower = "True" + [menu] @@ -460,7 +462,7 @@ paginate = 20 """ [permalinks] - blog = "/blog/:year/:month/:day/:filename/" + blog = "/:year/:month/:day/:title" # Enable or disable top bar with social icons [params.topbar]