{{ category }}
{% assign category_posts = site.itharey | where: 'category', category | sort: 'date' | reverse %}
{% if category_posts.size > 0 %}
{% for post in category_posts limit: 6 %}
{% if post.image %}
{% else %}
{% endif %}
{% endif %}
{{ post.category }}
{% endfor %}
{% else %}
{{ post.title }}
No posts in this category yet.
{% endif %}
No teachings available yet.
Check back soon for new content!