---
layout: default
---
{% include base.html %}
{% for blog in site.pages reversed %}
{% if blog.section == 'blog' %}
{% if blog.content contains '' %}
{{ blog.content | split:'' | first }}
Read More...
{% else %}
{{ blog.content }}
{% endif %}
{% endif %}
{% endfor %}
{% if paginator.total_pages > 1 %}
{% endif %}