-
{% for post in paginator.posts %}
-
→ {{ post.title | escape }}
posted on {{ post.date | date: "%-d %b %Y" }} by Ahmad Shuami
{% endfor %}
-
{% if paginator.previous_page %}
- ← Newer Posts {% endif %} {% if paginator.next_page %}
- Older Posts → {% endif %}