diff --git a/hugo.toml b/hugo.toml index e1dd989..88f2c7a 100644 --- a/hugo.toml +++ b/hugo.toml @@ -66,7 +66,7 @@ enableRobotsTXT = "false" [permalinks] posts = "/blog/:year-:month-:day-:slug/" - pages = "/:filename/" + pages = "/:contentbasename/" [frontmatter] date = ["date", "publishDate"]