--- --- Learn more from Itharey - Manakahthey LIT Ancient Judean
{% assign categories = site.itharey | map: 'category' | uniq | sort %} {% for category in categories %}

{{ 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 %} {{ post.title }} {% else %} {{ post.title }} {% endif %}
{{ post.category }}

{{ post.title }}

{% endfor %} {% else %}
No posts in this category yet.
{% endif %}
{% endfor %} {% if site.itharey.size == 0 %}

No teachings available yet.

Check back soon for new content!

{% endif %}