Add notes to home page
This commit is contained in:
parent
dd31584061
commit
34476c68e9
|
@ -21,5 +21,19 @@
|
|||
</div>
|
||||
|
||||
{% endfor %}
|
||||
|
||||
<h2>Notes</h2>
|
||||
|
||||
<p>
|
||||
Various notes related to solarpunk theory and designs.
|
||||
</p>
|
||||
|
||||
{% for article in articles_page.object_list if article.category.name == 'Notes' %}
|
||||
<h3><a href="{{ article.url }}">{{ article.title }}</a></h3>
|
||||
<div class="summary">
|
||||
{{ article.summary }}
|
||||
</div>
|
||||
|
||||
{% endfor %}
|
||||
</div>
|
||||
{% endblock %}
|
||||
|
|
Loading…
Reference in New Issue
Block a user