Fixes #80 - Homepage now renders correctly - hugo - [fork] hugo port for 9front
HTML git clone git@git.drkhsh.at/hugo.git
DIR Log
DIR Files
DIR Refs
DIR Submodules
DIR README
DIR LICENSE
---
DIR commit 4250bf8e3052da8178d5406390c4b455e5592148
DIR parent c9223cfd7b0c0763d68807e6179ff017e92e2d60
HTML Author: Noah Campbell <noahcampbell@gmail.com>
Date: Tue, 24 Sep 2013 14:41:21 -0700
Fixes #80 - Homepage now renders correctly
I mistakenly make RenderHomePage a NOP. Bad programmer.
Diffstat:
M hugolib/site.go | 1 -
1 file changed, 0 insertions(+), 1 deletion(-)
---
DIR diff --git 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