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

{{post.title}}

{% if post.feature_image and post.feature_image != "" %}
{{ post.title }}
{% endif %}
{% if post.content contains '' %} {{ post.content | split:'' | first }}

Continue reading →

{% else %} {{ post.content }} {% endif %}
{% endfor %} {% if paginator.total_pages > 1 %} {% endif %}