mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-29 22:29:56 +02:00
Handlers WIP
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user