diff --git a/_includes/navigation.html b/_includes/navigation.html
index 8b911c0..7874b1a 100644
--- a/_includes/navigation.html
+++ b/_includes/navigation.html
@@ -2,7 +2,7 @@
- {{intro-page.title}}
- {% for node in site.posts %}
+ {% for node in site.posts reversed %}
{% capture id %}{{ node.id | remove:'/' | downcase }}{% endcapture %}
- {{node.title}}
{% endfor %}
diff --git a/index.html b/index.html
index cc2ce72..8573708 100644
--- a/index.html
+++ b/index.html
@@ -13,7 +13,7 @@ layout: default
- {% for post in site.posts %}
+ {% for post in site.posts reversed %}
{% capture id %}{{ post.id | remove:'/' | downcase }}{% endcapture %}
{% if post.icon %}