Rename Projects category to Creations

This commit is contained in:
2021-07-25 22:40:04 +00:00
parent a966b59b66
commit 65b3ad7fbf
16 changed files with 273 additions and 7 deletions

View File

@@ -97,7 +97,7 @@
<p>Sometimes I create art or interactive tech.</p>
{% for article in articles_page.object_list if article.category.name == 'Projects' %}
{% for article in articles_page.object_list if article.category.name == 'Creations' %}
<h3><a href="{{ article.url }}">{{ article.title }}</a></h3>
<div class="summary">
{{ article.summary }}