diff options
Diffstat (limited to 'output')
-rw-r--r-- | output/layout.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/output/layout.go b/output/layout.go index 2483093b0..85d46b7ed 100644 --- a/output/layout.go +++ b/output/layout.go @@ -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. |