Lots of changes.

This commit is contained in:
2022-07-01 23:50:03 -07:00
parent 1fce747278
commit 163ef3aad3
21 changed files with 185 additions and 78 deletions

View File

@@ -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 %}