Added better error message for poorly formed frontmatters in archtypes

This commit is contained in:
Brian Payne 2014-11-02 17:29:55 -08:00 committed by spf13
parent 3cec04e0d2
commit e127a5cb7d
1 changed files with 1 additions and 0 deletions

View File

@ -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
}