From d40f561f81608e924ef487595af1e034a4a60f70 Mon Sep 17 00:00:00 2001 From: syui Date: Sat, 7 Dec 2019 03:43:17 +0900 Subject: fix config post link --- config.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config.toml b/config.toml index 5f7b8c2..2e1b47d 100644 --- a/config.toml +++ b/config.toml @@ -9,6 +9,9 @@ canonifyurls = true [author] name = "syui" +[permalinks] + post = "/post/:year/:month/:day/:slug" + [params] description = "this is my description" cover = "images/user.jpg" -- cgit v1.2.3