diff --git a/content/pages/homepage.html b/content/pages/homepage.html index ff54338..622af66 100644 --- a/content/pages/homepage.html +++ b/content/pages/homepage.html @@ -117,15 +117,13 @@
There's more than just my project and blog!
- - College - - - Setup - - - Work - + {% for category, articles in categories %} + {% if category.name not in ['blog', 'projects'] %} + + {{ category|get_title }} + + {% endif %} + {% endfor %}