mirror of
https://github.com/gohugoio/hugo.git
synced 2025-09-11 13:41:14 -04: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:
parent
bf5f10faa9
commit
dc4226a8b2
@ -1604,6 +1604,7 @@ func (s *Site) resetBuildState() {
|
||||
p.subSections = Pages{}
|
||||
p.parent = nil
|
||||
p.scratch = newScratch()
|
||||
p.mainPageOutput = nil
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user