diff options
Diffstat (limited to 'templates/section.html')
-rw-r--r-- | templates/section.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/section.html b/templates/section.html index 0440afa..1feec4a 100644 --- a/templates/section.html +++ b/templates/section.html @@ -10,7 +10,7 @@ {{ section.description }} <section class="post-list"> - {% for post in section.pages | reverse %} + {% for post in section.pages %} <article class="post"> {% include "posts/header.html" %} <section class="post-summary"> |