fixed the order of RSS items and posts on the archive page

This commit is contained in:
B Mathis 2009-11-11 17:06:42 -06:00
parent 50e218dd66
commit 0abf2cb980
2 changed files with 2 additions and 2 deletions

View file

@ -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}")