diff --git a/config/config.go b/config/config.go index 7f0b9da3..8be748a3 100644 --- a/config/config.go +++ b/config/config.go @@ -35,7 +35,7 @@ func Parse(c *caddy.Controller) ([]Config, error) { } for c.Next() { - var cfg = Config{PathScope: ".", BaseURL: "", FrontMatter: "json", HugoEnabled: false} + var cfg = Config{PathScope: ".", BaseURL: "", FrontMatter: "yaml", HugoEnabled: false} for c.NextBlock() { switch c.Val() { case "show":