projects
/
brevno-suite
/
hugo
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0595f27
)
Remove unreachable code path.
author
Noah Campbell
<noahcampbell@gmail.com>
Sat, 3 Aug 2013 17:14:24 +0000
(10:14 -0700)
committer
Noah Campbell
<noahcampbell@gmail.com>
Sat, 10 Aug 2013 00:36:32 +0000
(17:36 -0700)
hugolib/site.go
patch
|
blob
|
history
diff --git
a/hugolib/site.go
b/hugolib/site.go
index a55b5457c4340a7376057282787df91d41eb7fec..4b21679b88f51557d18029aaeba7f8b899e34d52 100644
(file)
--- 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)