mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-07 20:30:36 -05:00
hugolib: Fix comment
This commit is contained in:
parent
d4b9fa96f9
commit
e3d48760c9
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue