mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-17 21:01:26 +02:00
hugolib: Sync page collections with Site.Info on rebuild in watch mode
There is definitive potential for cleanup in this area, but this will have to do for now. Fixes #2869
This commit is contained in:
@@ -1532,6 +1532,8 @@ func (s *Site) assembleTaxonomies() {
|
|||||||
func (s *Site) resetBuildState() {
|
func (s *Site) resetBuildState() {
|
||||||
|
|
||||||
s.PageCollections = newPageCollectionsFromPages(s.rawAllPages)
|
s.PageCollections = newPageCollectionsFromPages(s.rawAllPages)
|
||||||
|
// TODO(bep) get rid of this double
|
||||||
|
s.Info.PageCollections = s.PageCollections
|
||||||
|
|
||||||
s.Info.paginationPageCount = 0
|
s.Info.paginationPageCount = 0
|
||||||
s.draftCount = 0
|
s.draftCount = 0
|
||||||
|
Reference in New Issue
Block a user