diff --git a/config/_default/hugo.toml b/config/_default/hugo.toml index bf9df2d..aeb5a07 100644 --- a/config/_default/hugo.toml +++ b/config/_default/hugo.toml @@ -68,8 +68,4 @@ enableEmoji = true [permalinks] [permalinks.page] - posts = "/posts/:year/:month/:slug" - series = "/:year/:month/:slug" - [permalinks.section] - posts = "/posts/" - series = "/series" + posts = "/:year/:month/:filename"