--- layout: default --- {% include base.html %}
{% for blog in site.pages reversed %} {% if blog.section == 'blog' %}

{{blog.title}}

{% if blog.content contains '' %} {{ blog.content | split:'' | first }} Read More... {% else %} {{ blog.content }} {% endif %}
{% endif %} {% endfor %}

Blogs Overview

{% if paginator.total_pages > 1 %} {% endif %}