diff --git a/themes/theme/templates/index.html b/themes/theme/templates/index.html index f82e078..ee37dd7 100644 --- a/themes/theme/templates/index.html +++ b/themes/theme/templates/index.html @@ -90,7 +90,7 @@

Creations

-

Sometimes I create art or interactive tech. +

Sometimes I create art or interactive tech.

{% for article in articles_page.object_list if article.category.name == 'Projects' %}

{{ article.title }}

@@ -98,5 +98,16 @@ {{ article.summary }} {% endfor %} + +

Writing

+ +

Various articles, mostly about computers.

+ + {% for article in articles_page.object_list if article.category.name == 'Writing' %} +

{{ article.title }}

+
+ {{ article.summary }} +
+ {% endfor %} {% endblock %}