From 986c070b776f669ace435324865a22e65f2b56bd Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Mon, 23 Jan 2017 14:12:12 +0000 Subject: [PATCH] Fix ordering of other categories --- content/pages/homepage.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/pages/homepage.html b/content/pages/homepage.html index 622af66..b71e271 100644 --- a/content/pages/homepage.html +++ b/content/pages/homepage.html @@ -120,7 +120,7 @@ {% for category, articles in categories %} {% if category.name not in ['blog', 'projects'] %} - {{ category|get_title }} + {{ category.name }} {% endif %} {% endfor %}