aboutsummaryrefslogtreecommitdiff
path: root/source/archives.haml
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--source/archives.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/archives.haml b/source/archives.haml
index 5d78d942..4daba19c 100644
--- a/source/archives.haml
+++ b/source/archives.haml
@@ -4,7 +4,7 @@ title: Blog Archives
---
%h2 Blog Archives
-- posts = site.posts.group_by { |p| p.date.strftime("%Y") }
+- posts = site.posts.reverse.group_by { |p| p.date.strftime("%Y") }
- posts.keys.each do |year|
%h3= year
%ul