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 %}