aboutsummaryrefslogtreecommitdiff
path: root/source/atom.haml
diff options
context:
space:
mode:
authorB Mathis <brandon@imathis.com>2009-11-11 17:06:42 -0600
committerB Mathis <brandon@imathis.com>2009-11-11 17:06:42 -0600
commit0abf2cb9804ed3dab7539adc1e6cbc3bb0bc1cb8 (patch)
tree88f4d1227451aac655ee37b314937665aa698519 /source/atom.haml
parent50e218dd6630803c6fa13b3359671cca9079be7d (diff)
downloadmy_new_personal_website-0abf2cb9804ed3dab7539adc1e6cbc3bb0bc1cb8.tar.xz
my_new_personal_website-0abf2cb9804ed3dab7539adc1e6cbc3bb0bc1cb8.zip
fixed the order of RSS items and posts on the archive page
Diffstat (limited to '')
-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}")