mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-22 21:42:50 +02:00
@@ -804,7 +804,7 @@ func (s *Site) initRenderFormats() {
|
||||
Tree: s.pageMap.treePages,
|
||||
Handle: func(key string, n contentNodeI, match doctree.DimensionFlag) (bool, error) {
|
||||
if p, ok := n.(*pageState); ok {
|
||||
for _, f := range p.m.configuredOutputFormats {
|
||||
for _, f := range p.m.pageConfig.ConfiguredOutputFormats {
|
||||
if !formatSet[f.Name] {
|
||||
formats = append(formats, f)
|
||||
formatSet[f.Name] = true
|
||||
|
Reference in New Issue
Block a user