hugolib: Fix comment

This commit is contained in:
Bjørn Erik Pedersen 2016-12-06 09:57:05 +01:00
parent d4b9fa96f9
commit e3d48760c9

View file

@ -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
}