mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-15 20:44:01 +02:00
hugolib: Reset Page's main output on server rebuilds
Not doing so prevents the paginators to be rebuilt on changes. Fixes #4819
This commit is contained in:
@@ -1604,6 +1604,7 @@ func (s *Site) resetBuildState() {
|
||||
p.subSections = Pages{}
|
||||
p.parent = nil
|
||||
p.scratch = newScratch()
|
||||
p.mainPageOutput = nil
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user