--- layout: default title: Home image: logo.png ---
{% for post in paginator.posts %}

{{ post.title }}

{{ post.content | split:'' | first }} {% if post.content contains '' %}

Read more…

{% endif %}
{% endfor %}