Lots of changes.
This commit is contained in:
@@ -37,7 +37,9 @@ Creations
|
||||
Writing
|
||||
|
||||
{% for article in articles_page.object_list if article.category.name == 'Writing' %}
|
||||
{% if loop.index <= 4 %}
|
||||
<a href={{ article.url }}>{{ article.title }}
|
||||
{% endif %}
|
||||
{% endfor %}
|
||||
<a href=x>[more]
|
||||
{% endblock %}
|
||||
|
Reference in New Issue
Block a user