diff --git a/Jafner.dev/hugo.toml b/Jafner.dev/hugo.toml index 98cc12ce..b7c90e66 100644 --- a/Jafner.dev/hugo.toml +++ b/Jafner.dev/hugo.toml @@ -15,7 +15,7 @@ publishDir = "public" buildDrafts = false buildFuture = false buildExpired = false -canonifyURLs = true +canonifyURLs = false enableRobotsTXT = true enableGitInfo = false @@ -36,6 +36,7 @@ disableHugoGeneratorInject = false [taxonomies] tag = "tags" category = "categories" + series = "series" [params] dateform = "Jan 2, 2006"