Remove summaries from creations and writing

This commit is contained in:
Tanner Collin 2022-08-07 13:58:52 -06:00
parent 7632f1e9ea
commit bb9257dab3

View File

@ -40,9 +40,6 @@
{% 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 }}
</div>
{% endfor %}
@ -52,9 +49,6 @@
{% for article in articles_page.object_list if article.category.name == 'Writing' %}
<h3><a href="{{ article.url }}">{{ article.title }}</a></h3>
<div class="summary">
{{ article.summary }}
</div>
{% endfor %}