mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-31 22:41:53 +02:00
@@ -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)
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user