{% for post in paginator.posts %} {% unless post.draft%}

{{ post.title }}


{{ post.categories | category_links }}
{% if post.author %}{{post.author}}{% else %}{{site.author}}{% endif%}
{{ post.excerpt }}
{% endunless %} {% endfor %}
{% if paginator.next_page %} « Older Posts {% endif %} {% if paginator.previous_page %} {% if paginator.previous_page == 1 %} Newer Posts » {% else %} Newer Posts » {% endif %} {% endif %}