{{post.title}}
{% if post.description %}{{ post.description }}{% else %}{{ post.content | strip_html | truncate: 300 }}{% endif %}
--- layout: default --- {% if site.mailchimp %} {% include subscribe-form.html %} {% endif %} {% for post in site.posts %}
{% endfor %} {% if paginator.next_page %} {% endif %}