mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-07 20:30:36 -05:00
parent
001a28c2f9
commit
655983a22d
1 changed files with 1 additions and 0 deletions
|
@ -1587,6 +1587,7 @@ func (s *Site) resetBuildState() {
|
|||
for _, p := range s.rawAllPages {
|
||||
p.subSections = Pages{}
|
||||
p.parent = nil
|
||||
p.scratch = newScratch()
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue