mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-07 20:30:36 -05:00
Revert "output: gofmt -l -w output/layout.go"
This reverts commit f465571b33
.
This commit is contained in:
parent
5f06dbf779
commit
6bc892fc24
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
|
// Any potential type set in the page's current section and the root section
|
||||||
// it lives in.
|
// it lives in.
|
||||||
TypeFirstSection string
|
TypeFirstSection string
|
||||||
TypeCurrentSection string
|
TypeCurrentSection string
|
||||||
|
|
||||||
// LayoutOverride indicates what we should only look for the above layout.
|
// LayoutOverride indicates what we should only look for the above layout.
|
||||||
|
|
Loading…
Reference in a new issue