diff --git a/setup.go b/setup.go index f29b9447..f998e245 100644 --- a/setup.go +++ b/setup.go @@ -34,7 +34,7 @@ func setup(c *caddy.Controller) error { cnf := httpserver.GetConfig(c) conf, _ := parse(c, cnf.Root) - format := "config.toml" + format := "toml" // Checks if there is an Hugo website in the path that is provided. // If not, a new website will be created.