From: Brian Payne Date: Mon, 3 Nov 2014 01:29:55 +0000 (-0800) Subject: Added better error message for poorly formed frontmatters in archtypes X-Git-Tag: v0.13~320 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=e127a5cb7d91aabc3df36e70123967a35df7aabf;p=brevno-suite%2Fhugo Added better error message for poorly formed frontmatters in archtypes --- diff --git a/create/content.go b/create/content.go index 2b185c87..99e866da 100644 --- a/create/content.go +++ b/create/content.go @@ -57,6 +57,7 @@ func NewContent(kind, name string) (err error) { } newmetadata, err := cast.ToStringMapE(metadata) if err != nil { + jww.ERROR.Println("Error processing archetype file:", location) return err }