mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-29 22:29:56 +02:00
Unexport ShouldBuild and AssertShouldBuild
This commit is contained in:
@@ -996,7 +996,7 @@ func converterCollator(s *Site, results <-chan HandledResult, errs chan<- error)
|
||||
}
|
||||
|
||||
func (s *Site) addPage(page *Page) {
|
||||
if page.ShouldBuild() {
|
||||
if page.shouldBuild() {
|
||||
s.Pages = append(s.Pages, page)
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user