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:
c9223cf
)
Fixes #80 - Homepage now renders correctly
author
Noah Campbell
<noahcampbell@gmail.com>
Tue, 24 Sep 2013 21:41:21 +0000
(14:41 -0700)
committer
Noah Campbell
<noahcampbell@gmail.com>
Tue, 24 Sep 2013 21:41:21 +0000
(14:41 -0700)
I mistakenly make RenderHomePage a NOP. Bad programmer.
hugolib/site.go
patch
|
blob
|
history
diff --git
a/hugolib/site.go
b/hugolib/site.go
index 77046c27255bd877832e5823fcc1fb7f707ff6f6..10aa8c9850f8e3282e63b2a663b36b8c975f498f 100644
(file)
--- a/
hugolib/site.go
+++ b/
hugolib/site.go
@@
-482,7
+482,6
@@
func (s *Site) RenderLists() error {
}
func (s *Site) RenderHomePage() error {
- return nil
n := s.NewNode()
n.Title = n.Site.Title