mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-20 21:31:32 +02:00
@@ -1529,7 +1529,7 @@ func (s *Site) assembleTaxonomies() {
|
||||
// Prepare site for a new full build.
|
||||
func (s *Site) resetBuildState() {
|
||||
|
||||
s.PageCollections = newPageCollections()
|
||||
s.PageCollections = newPageCollectionsFromPages(s.rawAllPages)
|
||||
|
||||
s.Info.paginationPageCount = 0
|
||||
s.draftCount = 0
|
||||
|
Reference in New Issue
Block a user