From 34476c68e9478506ba3008fac4f5933bcf36d29a Mon Sep 17 00:00:00 2001 From: Tanner Collin Date: Sat, 11 Mar 2023 22:27:50 -0700 Subject: [PATCH] Add notes to home page --- themes/theme/templates/index.html | 14 ++++++++++++++ 1 file changed, 14 insertions(+) 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 %}