{% for post in site.posts reversed %}
				{% if post.categories contains include.list-category %}
				- 
					{% if post.chapter != nil %}{{ post.chapter }}. {% endif %}{{ post.title }}
				
 
					{% if post.description %}
					- 
					    {{ post.description }}
					
 
					{% endif %}
				{% endif %}
			{% endfor %}