Remove summaries from creations and writing
This commit is contained in:
parent
7632f1e9ea
commit
bb9257dab3
|
@ -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 %}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user