Add page full of text files

This commit is contained in:
2021-10-14 06:41:18 +00:00
parent 7c059148d5
commit 3059c14648
6 changed files with 36 additions and 1 deletions

View File

@@ -38,4 +38,5 @@ BSc. Electrical Engineering from University of Calgary
{% for article in articles_page.object_list if article.category.name == 'Writing' %}
<a href={{ article.url }}>{{ article.title }}
{% endfor %}
<a href=x>[Text Files]
{% endblock %}