diff --git a/hugolib/site.go b/hugolib/site.go index a55b5457c..4b21679b8 100644 --- a/hugolib/site.go +++ b/hugolib/site.go @@ -176,7 +176,6 @@ func (s *Site) initialize() { site.Files = append(site.Files, path) return nil } - return nil } filepath.Walk(s.c.GetAbsPath(s.c.ContentDir), walker)