mirror of
https://github.com/gohugoio/hugoDocs.git
synced 2025-09-15 11:24:40 -04:00
Extending rss item limit to 50… can reduce further in template with ‘first N’ functionality.
This commit is contained in:
parent
fa2e58fd4a
commit
44186c6af1
@ -519,7 +519,7 @@ func (s *Site) RenderHomePage() error {
|
||||
n.Url = helpers.Urlize("index.xml")
|
||||
n.Title = "Recent Content"
|
||||
n.Permalink = permalink(s, "index.xml")
|
||||
high := 15
|
||||
high := 50
|
||||
if len(s.Pages) < high {
|
||||
high = len(s.Pages)
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user