projects
/
brevno-suite
/
hugo
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3cec04e
)
Added better error message for poorly formed frontmatters in archtypes
author
Brian Payne
<bpayne@uci.edu>
Mon, 3 Nov 2014 01:29:55 +0000
(17:29 -0800)
committer
spf13
<steve.francia@gmail.com>
Thu, 13 Nov 2014 17:36:47 +0000
(12:36 -0500)
create/content.go
patch
|
blob
|
history
diff --git
a/create/content.go
b/create/content.go
index 2b185c876156b357060f27447774b1e450872daa..99e866da3060a391dea3584e654bd5530630440b 100644
(file)
--- 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
}