shithub: hugo

Download patch

ref: 7e765cc1bd0ab06dbf05a467f3c648012265742b
parent: 24351c58bedea72e4e113e2d2e5753a32ce2a0e3
author: spf13 <[email protected]>
date: Fri Jun 19 06:07:47 EDT 2015

Make .IsHome work when homepage as page

--- a/hugolib/site.go
+++ b/hugolib/site.go
@@ -1282,6 +1282,7 @@
 	}
 
 	p.Title = p.Site.Title
+	p.IsHome = true
 	p.URL = helpers.URLizeAndPrep("/")
 	p.URLPath.Permalink = s.permalink(p.URL)
 	p.RSSLink = s.permalink("/" + ".xml")