--- layout: default index: true ---
{% for post in site.posts %}

{{ post.title }}

 {{ post.date | date: "%b %-d, %Y" }} | {% if site.disqus_short_name and page.comments != false and site.disqus_show_comment_count == true %} Comments {% endif %}

{% if post.content contains '' %}

{{ post.content | split:'' | first }}

Read More

{% else %} {{ post.content }} {% endif %} {% endfor %}
{% if site.feedburner_username %}

{% endif %}