Sort feeds descending
This commit is contained in:
		| @@ -8,7 +8,7 @@ | ||||
| {{ $limit := site.Config.Services.RSS.Limit }} | ||||
| {{ $link := ($page.AlternativeOutputFormats.Get "html").Permalink }} | ||||
| {{ $master := $page.Param "paige.feeds.rss.web_master" }} | ||||
| {{ $subpages := $page.RegularPagesRecursive.ByPublishDate.Reverse }} | ||||
| {{ $subpages := $page.RegularPagesRecursive.ByPublishDate }} | ||||
|  | ||||
| {{ $lastmod := site.Lastmod.Format $date }} | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user