mirror of
https://github.com/gohugoio/hugo.git
synced 2025-04-20 19:04:37 +00:00
Added better error message for poorly formed frontmatters in archtypes
This commit is contained in:
parent
3cec04e0d2
commit
e127a5cb7d
1 changed files with 1 additions and 0 deletions
|
@ -57,6 +57,7 @@ func NewContent(kind, name string) (err error) {
|
||||||
}
|
}
|
||||||
newmetadata, err := cast.ToStringMapE(metadata)
|
newmetadata, err := cast.ToStringMapE(metadata)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
|
jww.ERROR.Println("Error processing archetype file:", location)
|
||||||
return err
|
return err
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue