general improvements; updates on #32

This commit is contained in:
Henrique Dias
2016-10-31 21:25:14 +00:00
parent 44065cfaf9
commit f5660fbc48
5 changed files with 74 additions and 118 deletions

View File

@@ -70,7 +70,10 @@ func GetEditor(i *file.Info) (*Editor, error) {
// Parses the page content and the frontmatter
editor.Content = strings.TrimSpace(string(page.Content()))
editor.FrontMatter, _, err = frontmatter.Pretty(page.FrontMatter())
break
if err == nil {
break
}
}
}