diff options
-rw-r--r-- | templates/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/index.html b/templates/index.html index 0296444..0a0ace2 100644 --- a/templates/index.html +++ b/templates/index.html @@ -22,7 +22,7 @@ <section class="post-list"> <h2>{{ trans(key="latest", lang=lang) }}</h2> <ul> - {% for post in s.pages | reverse %} + {% for post in s.pages %} <li> {{ post.date }}: <a href="{{ post.permalink | safe }}"> |