diff --git a/index.html b/index.html
index 0c25f4a4a..584319672 100644
--- a/index.html
+++ b/index.html
@@ -59,7 +59,7 @@
News
{% for post in site.posts limit:posts_to_show %}
{{ post.title }} |
- {{ post.date | date:"%B %Y" }} |
+ {{ post.date | date:"%d %b %Y" }} |
{% comment %} {% endcomment %}
{% endfor %}