mirror of
https://github.com/gohugoio/hugo.git
synced 2025-09-01 22:42:45 +02:00
Fix cache reset for a page's collections on server live reload
Fixes #7085
This commit is contained in:
@@ -797,6 +797,10 @@ type pagesMapBucket struct {
|
||||
|
||||
owner *pageState // The branch node
|
||||
|
||||
*pagesMapBucketPages
|
||||
}
|
||||
|
||||
type pagesMapBucketPages struct {
|
||||
pagesInit sync.Once
|
||||
pages page.Pages
|
||||
|
||||
|
Reference in New Issue
Block a user