Section is determined by the source, not the url

This change allows for top level html content to exists.
This commit is contained in:
Noah Campbell
2013-09-20 17:03:43 -07:00
parent 784077da4d
commit 52e8c7a0ac
12 changed files with 265 additions and 142 deletions

View File

@@ -52,7 +52,7 @@ type Page struct {
}
type File struct {
FileName, OutFile, Extension string
FileName, OutFile, Extension, Dir string
}
type PageMeta struct {