diff --git a/index.html b/index.html
index 856a29d..4ed2952 100644
--- a/index.html
+++ b/index.html
@@ -3,6 +3,7 @@ layout: page
title: Home
---
+
{% for post in site.posts %}
{% capture this_year %}{{ post.date | date: "%Y" }}{% endcapture %}
{% capture next_year %}{{ post.previous.date | date: "%Y" }}{% endcapture %}