mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-18 21:11:19 +02:00
Section is determined by the source, not the url
This change allows for top level html content to exists.
This commit is contained in:
@@ -52,7 +52,7 @@ type Page struct {
|
||||
}
|
||||
|
||||
type File struct {
|
||||
FileName, OutFile, Extension string
|
||||
FileName, OutFile, Extension, Dir string
|
||||
}
|
||||
|
||||
type PageMeta struct {
|
||||
|
Reference in New Issue
Block a user