mirror of
https://github.com/gohugoio/hugoDocs.git
synced 2025-09-18 12:34:46 -04:00
parent
ea96e1dc55
commit
03e2d7462d
@ -442,7 +442,7 @@ func (b *pagesMapBucket) getPages() page.Pages {
|
|||||||
func (b *pagesMapBucket) getPagesAndSections() page.Pages {
|
func (b *pagesMapBucket) getPagesAndSections() page.Pages {
|
||||||
b.pagesAndSectionsInit.Do(func() {
|
b.pagesAndSectionsInit.Do(func() {
|
||||||
var pas page.Pages
|
var pas page.Pages
|
||||||
pas = append(pas, b.pages...)
|
pas = append(pas, b.getPages()...)
|
||||||
for _, p := range b.bucketSections {
|
for _, p := range b.bucketSections {
|
||||||
pas = append(pas, p.owner)
|
pas = append(pas, p.owner)
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user