diff options
Diffstat (limited to 'templates/film/section.html')
-rw-r--r-- | templates/film/section.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/film/section.html b/templates/film/section.html index e4d221d..85e592d 100644 --- a/templates/film/section.html +++ b/templates/film/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 "film/post_header.html" %} <section class="post-summary"> |