This commit is contained in:
Henrique Dias 2016-07-01 15:01:21 +01:00
parent 9e3146c024
commit fc062e55f0

View File

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