{% include reading-room-hero.html %} {% assign posts = site.categories["reading-room"] | sort: "date" | reverse %} {% for post in posts %}
{% if post.chapter %}
Week {{ post.chapter }}
{% endif %}

{% if post.icon %} {{ post.title }} icon {% endif %} {{ post.title }}

{% if post.description %}

{{ post.description }}

{% endif %}
{{ post.title }} thumbnail
{% endfor %}