From baf409daac8d0682569ccb79bba09b141d65f50b Mon Sep 17 00:00:00 2001 From: Puneeth Chaganti Date: Sat, 25 Nov 2017 22:14:09 +0530 Subject: [PATCH] Sort posts reverse chronologically (#67) The months are displayed reverse chronologically, but the posts for that month are displayed chronologically. It seems more intuitive to have posts under each month also to be sorted reverse chronologically. --- layouts/index.html | 5 ++--- layouts/section/blog.html | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/layouts/index.html b/layouts/index.html index 9aeee99..8fa2e38 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -16,7 +16,7 @@