--- layout: default title: Your New Jekyll Site --- {% for post in site.posts %}

{{ post.title }}

{% assign fragments = post.content | split: site.excerpt_separator %} {% assign size = fragments | size %} {{ fragments | first }} {% if size > 1 %}

Continue read →

{% endif %}
{% endfor %} {% include pagination.html %}