{{ post.title }}
{% if post.description %}{{ post.description }}
{% else %}{{ post.excerpt | strip_html | truncate: 160 }}
{% endif %} Read More
---
layout: blog_base
title: Blog · Page 2
---
{{ post.description }} {{ post.excerpt | strip_html | truncate: 160 }}
Blog
{% assign posts_list = site.posts %}
{% for post in posts_list offset:6 limit:6 %}
{% endif %}
{{ post.title }}
{% if post.description %}