mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-07 20:30:36 -05:00
output: gofmt -l -w output/layout.go
This commit is contained in:
parent
f8212d2000
commit
f465571b33
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ type LayoutDescriptor struct {
|
|||
|
||||
// Any potential type set in the page's current section and the root section
|
||||
// it lives in.
|
||||
TypeFirstSection string
|
||||
TypeFirstSection string
|
||||
TypeCurrentSection string
|
||||
|
||||
// LayoutOverride indicates what we should only look for the above layout.
|
||||
|
|
Loading…
Reference in a new issue