--- layout: default --- {{ content }}

{{ page.title }}

{% if paginator.posts[0] %} {% for post in paginator.posts %}

{{ post.title }}

{% if post.author %} by {{ post.author }} {% endif %} {% if post.author and post.date %} - {% endif %} {% if post.date %} {{ post.date | date: '%B %d, %Y' }} {% endif %}

{% for category in post.categories %} {{ category }} {% endfor %}

{{ post.excerpt }}

{% endfor %} {% else %}

There's no content to be shown here!

{% endif %} {% include pagination.html %}
{% comment %} container {% endcomment %}
{% comment %} section {% endcomment %}