From: Bjørn Erik Pedersen Date: Tue, 6 Dec 2016 08:57:05 +0000 (+0100) Subject: hugolib: Fix comment X-Git-Tag: v0.18~23 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=e3d48760;p=brevno-suite%2Fhugo hugolib: Fix comment --- diff --git a/hugolib/site_render.go b/hugolib/site_render.go index a9d714c1..b086cf8e 100644 --- a/hugolib/site_render.go +++ b/hugolib/site_render.go @@ -140,7 +140,7 @@ func (s *Site) renderRSS(p *Page) error { layouts := p.rssLayouts() if layouts == nil { - // No RSS for this NodeType + // No RSS for this Kind of page. return nil }