aboutsummaryrefslogtreecommitdiff
path: root/source/atom.haml
diff options
context:
space:
mode:
Diffstat (limited to 'source/atom.haml')
-rw-r--r--source/atom.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/atom.haml b/source/atom.haml
index a3999a3d..07ec21f9 100644
--- a/source/atom.haml
+++ b/source/atom.haml
@@ -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}")