shithub: hugo

Download patch

ref: e3d48760c9ac23c6488e19ba33b611f93b1e1ff8
parent: d4b9fa96f9d57a2a4655cf8b5aa838bb1147c26a
author: Bjørn Erik Pedersen <[email protected]>
date: Tue Dec 6 04:57:05 EST 2016

hugolib: Fix comment

--- a/hugolib/site_render.go
+++ b/hugolib/site_render.go
@@ -140,7 +140,7 @@
 	layouts := p.rssLayouts()
 
 	if layouts == nil {
-		// No RSS for this NodeType
+		// No RSS for this Kind of page.
 		return nil
 	}