ref: dc4226a8b27e03e31068fc945daab885d3819d04
parent: bf5f10faa9fd445c4dd21839aa7d73cd2acbfb85
author: Bjørn Erik Pedersen <[email protected]>
date: Tue Jun 5 06:32:08 EDT 2018
hugolib: Reset Page's main output on server rebuilds Not doing so prevents the paginators to be rebuilt on changes. Fixes #4819
--- a/hugolib/site.go
+++ b/hugolib/site.go
@@ -1604,6 +1604,7 @@
p.subSections = Pages{}
p.parent = nil
p.scratch = newScratch()
+ p.mainPageOutput = nil
}
}