From 44451eb1b8938d577458bcefae47ee3b74651d83 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Mon, 23 Jan 2017 09:20:01 +0000 Subject: [PATCH] dynamically generate more content links --- content/pages/homepage.html | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) 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 @@

More Content


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