1
0
mirror of https://github.com/gohugoio/hugo.git synced 2024-05-11 05:54:58 +00:00

tpl, hugolib: Fix live-reload of non-renderable content pages

Fixes #3062
This commit is contained in:
Bjørn Erik Pedersen
2017-02-21 13:55:08 +01:00
parent 4e77c8717b
commit 2cbdd65330
4 changed files with 23 additions and 2 deletions

View File

@@ -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 {