diff --git a/themes/theme/templates/index.html b/themes/theme/templates/index.html index 8cd67f7..39018cc 100644 --- a/themes/theme/templates/index.html +++ b/themes/theme/templates/index.html @@ -21,5 +21,19 @@ {% endfor %} + +

Notes

+ +

+ Various notes related to solarpunk theory and designs. +

+ + {% for article in articles_page.object_list if article.category.name == 'Notes' %} +

{{ article.title }}

+
+ {{ article.summary }} +
+ + {% endfor %} {% endblock %}