summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--templates/film/section.html2
-rw-r--r--templates/section.html2
2 files changed, 2 insertions, 2 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">
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">