--- layout: default title: مدونتي الرائعة bodyTag: home --- {% for post in paginator.posts %}
{% if post.imageURL %} {{ post.description }} {% endif %}

{{ post.title }}

{{ post.date | date: "%B %d, %Y" }}

{{ post.description }}

{% endfor %} {% if paginator.previous_page || paginator.next_page %} {% endif %}