diff --git a/blog/templates/first-edition/index.html b/blog/templates/first-edition/index.html
index 9eaa5e40..22a3a33f 100644
--- a/blog/templates/first-edition/index.html
+++ b/blog/templates/first-edition/index.html
@@ -6,7 +6,7 @@
{% block main %}
{% set posts_section = get_section(path = "first-edition/posts/_index.md") %}
-{% set posts = posts_section.pages | reverse %}
+{% set posts = posts_section.pages %}
This blog series creates a small operating system in the
@@ -50,11 +50,11 @@
{% set extra = get_section(path = "first-edition/extra/_index.md") %}
{{ extra.title }}
- {% for subsection_path in extra.subsections|reverse %}
+ {% for subsection_path in extra.subsections %}
{% set subsection = get_section(path=subsection_path) %}