mirror of
https://github.com/WatchOutNewsAgency/wona.github.com.git
synced 2026-01-01 01:16:26 +00:00
fixed the order of RSS items and posts on the archive page
This commit is contained in:
@ -15,7 +15,7 @@ full_url: http://yoursite.com
|
||||
%author
|
||||
%name= page.author
|
||||
%email= page.email
|
||||
- site.posts[0..14].each do |post|
|
||||
- site.posts.reverse[0..14].each do |post|
|
||||
%entry
|
||||
%title= rp(post.title)
|
||||
%link(href="#{page.full_url}#{post.url}")
|
||||
|
||||
Reference in New Issue
Block a user