1 files changed, 1 insertions(+), 1 deletions(-)
M index.liquid
M index.liquid => index.liquid +1 -1
@@ 3,7 3,7 @@ layout: default.liquid
title: Home
---
-{% for post in collections.posts.pages %}
+{% for post in collections.posts.pages reversed %}
<h3><a href="{{post.permalink}}">{{post.title}}</a></h3>
<p>{{post.excerpt}}</p>