--- layout: default --- {% for post in paginator.posts %}

{{ post.date | date: "%b %-d, %Y" }} - {{ post.title }}

{% if site.comments and post.comments %} {% if site.disqus != '' %}

Comments

{% elsif site.isso != '' %}

Comments

{% endif %} {% endif %}
{{ post.content }}
{% endfor %}