diff --git a/themes/lite/templates/index.html b/themes/lite/templates/index.html
index eda2816..2c1c3b9 100644
--- a/themes/lite/templates/index.html
+++ b/themes/lite/templates/index.html
@@ -12,6 +12,15 @@ Lead Hardware Engineer at Critical Control, 2016-2018
Electrical Engineer at Opener Aero, 2016-2016
BSc. Electrical Engineering from University of Calgary
+Posts
+
+{% for article in articles_page.object_list if article.category.name == 'Writing' %}
+{% if loop.index <= 4 %}
+{{ article.title }}
+{% endif %}
+{% endfor %}
+[more]
+
Projects
{% for article in articles_page.object_list|selectattr('category.name', '==', 'Projects')|sort(attribute='order') %}
@@ -29,12 +38,3 @@ Creations
{% endif %}
{% endfor %}
[more]
-
-Writing
-
-{% for article in articles_page.object_list if article.category.name == 'Writing' %}
-{% if loop.index <= 4 %}
-{{ article.title }}
-{% endif %}
-{% endfor %}
-[more]