Add notes to home page
This commit is contained in:
		@@ -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 %}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user