--- layout: default permalink: / pagination: permalink: /page/:num/ enabled: true indexpage: 'index' ---
{% for post in paginator.posts %} {% include post.html title=post.title category=post.category url=post.url date=post.date content=post.content %}
{% endfor %} {% if paginator.next_page %} Load More Updates {% endif %}