--- layout: default title: Home pageId: index --- {% for page in paginator.posts %} {% capture content %}{{ page.content | truncatewords: 256 }}{% endcapture %} {% include post.html %} {% endfor %} {% if paginator.previous_page %} {% if paginator.previous_page == 1 %} {% capture previousUrl %}{{ site.baseurl }}{% endcapture %} {% else %} {% capture previousUrl %}{{ site.baseurl }}/page{{ paginator.previous_page }}{% endcapture %} {% endif %} ← Newer posts {% endif %} {% if paginator.next_page %} Older posts → {% endif %}
← Newer posts
Older posts →