mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-25 22:00:58 +02:00
tpl, hugolib: Fix live-reload of non-renderable content pages
Fixes #3062
This commit is contained in:
@@ -1571,6 +1571,7 @@ func (s *Site) resetBuildState() {
|
||||
s.Info.paginationPageCount = 0
|
||||
s.draftCount = 0
|
||||
s.futureCount = 0
|
||||
|
||||
s.expiredCount = 0
|
||||
|
||||
for _, p := range s.rawAllPages {
|
||||
|
Reference in New Issue
Block a user