frontmatter parsing better; edit not working

This commit is contained in:
Henrique Dias
2015-09-14 22:03:09 +01:00
parent 3b0d8380cb
commit 234e2a1ec4
7 changed files with 161 additions and 110 deletions

View File

@@ -59,7 +59,7 @@ func Execute(w http.ResponseWriter, r *http.Request) (int, error) {
return 500, err
}
f, err := frontmatter.Pretty(content, language)
f, err := frontmatter.Pretty(content)
if err != nil {
log.Print(err)