mirror of
				https://github.com/gohugoio/hugo.git
				synced 2024-05-11 05:54:58 +00: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() { | ||||
|  | ||||
| 	s.PageCollections = newPageCollectionsFromPages(s.rawAllPages) | ||||
| 	// TODO(bep) get rid of this double | ||||
| 	s.Info.PageCollections = s.PageCollections | ||||
|  | ||||
| 	s.Info.paginationPageCount = 0 | ||||
| 	s.draftCount = 0 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user