From bb9257dab37b66a416f04f4a964c84c119ccdd5e Mon Sep 17 00:00:00 2001 From: Tanner Collin Date: Sun, 7 Aug 2022 13:58:52 -0600 Subject: [PATCH] Remove summaries from creations and writing --- themes/theme/templates/index.html | 6 ------ 1 file changed, 6 deletions(-) diff --git a/themes/theme/templates/index.html b/themes/theme/templates/index.html index 69fc891..806af97 100644 --- a/themes/theme/templates/index.html +++ b/themes/theme/templates/index.html @@ -40,9 +40,6 @@ {% for article in articles_page.object_list if article.category.name == 'Creations' %}

{{ article.title }}

-
- {{ article.summary }} -
{% endfor %} @@ -52,9 +49,6 @@ {% for article in articles_page.object_list if article.category.name == 'Writing' %}

{{ article.title }}

-
- {{ article.summary }} -
{% endfor %}