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