Handlers WIP

This commit is contained in:
spf13
2014-10-20 17:42:16 -04:00
parent 8bd0ffba43
commit 93f3d604c6
5 changed files with 74 additions and 41 deletions

View File

@@ -54,20 +54,12 @@ type Page struct {
frontmatter []byte
rawContent []byte
plain string // TODO should be []byte
//sourceFrontmatter []byte
//sourceContent []byte
PageMeta
//SourceFile source.File
Source
Position
Node
//Destination source.File
}
//type File struct {
//Name, FileName, Extension, Dir, UniqueId string
//}
type Source struct {
Frontmatter []byte
Content []byte