--- layout: default --- {% if site.mailchimp %} {% include subscribe-form.html %} {% endif %} {% for post in site.posts %}
{{ post.date | date: '%B %d, %Y' }}

{{post.title}}

{% if post.description %}{{ post.description }}{% else %}{{ post.content | strip_html | truncate: 300 }}{% endif %}

Read more
{% endfor %} {% if paginator.next_page %}
{% endif %}