aboutsummaryrefslogtreecommitdiff
path: root/_layouts
diff options
context:
space:
mode:
Diffstat (limited to '_layouts')
-rw-r--r--_layouts/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/_layouts/index.html b/_layouts/index.html
index 037e0e3..0ec683d 100644
--- a/_layouts/index.html
+++ b/_layouts/index.html
@@ -2,7 +2,7 @@
layout: default
---
<h1>{{ site.t.recent_posts[page.lang] }}</h1>
-{% assign lposts=site.posts | where:"lang", page.lang | sort: 'date' %}
+{% assign lposts=site.posts | where:"lang", page.lang | sort: 'date' | reverse %}
{% if lposts.size > 0 %}
<ul>
{%- for post in lposts -%}