--- layout: blog_base title: Blog · Page 2 ---

Blog

{% assign posts_list = site.posts %} {% for post in posts_list offset:6 limit:6 %}
{% if post.cover %}{{ post.title }}{% endif %}

{{ post.title }}

{{ post.date | date: '%b %d, %Y' }}{% if post.tags %} · {{ post.tags | join: ', ' }}{% endif %}

{% if post.description %}

{{ post.description }}

{% else %}

{{ post.excerpt | strip_html | truncate: 160 }}

{% endif %} Read More
{% endfor %}