diff --git a/src/index.html b/src/index.html
index adbf128..e2e703a 100644
--- a/src/index.html
+++ b/src/index.html
@@ -25,7 +25,7 @@ layout: base.njk
Recent Posts
- {% for post in collections.posts | take(3) %}
+ {% for post in collections.posts | reverse | take(3) %}
- {{ post.data.title | safe }}
{% endfor %}