mirror of
https://github.com/gohugoio/hugo.git
synced 2026-08-26 08:18:53 +00:00
Fix the default value of rssLimit site config
Fixes https://github.com/gohugoio/hugoDocs/issues/417
This commit is contained in:
@@ -164,7 +164,7 @@ related
|
||||
relativeURLs (false)
|
||||
: Enable this to make all relative URLs relative to content root. Note that this does not affect absolute URLs.
|
||||
|
||||
rssLimit (15)
|
||||
rssLimit (unlimited)
|
||||
: Maximum number of items in the RSS feed.
|
||||
|
||||
sectionPagesMenu ("")(
|
||||
|
||||
Reference in New Issue
Block a user