diff --git a/config/_default/hugo.toml b/config/_default/hugo.toml index 218ffbb..3167bf2 100644 --- a/config/_default/hugo.toml +++ b/config/_default/hugo.toml @@ -33,7 +33,7 @@ post = "/post/:year/:month/:day/:slug/" [outputs] home = ["html", "rss", "json"] section = ["html", "Calendar", "rss", "xml"] -page = ["html", "Calendar"] +page = ["html"] # Output Formats Configuration [outputFormats.Calendar]