--- layout: blog title: Blog ---
{% for post in paginator.posts %} {% assign mod = forloop.index | modulo: 2 %} {% if mod == 1 %}
{% if post.image %} {{ post.title }} {% endif %}

{{ post.type }}

{{ post.title }}

{{ post.excerpt | truncatewords:12 }}

{{ post.date | date: "%b %-d, %Y" }}

{% endif %} {% if mod == 0 %}
{% if post.image %} {{ post.title }} {% endif %}

{{ post.type }}

{{ post.title}}

{{ post.excerpt | truncatewords:12 }}

{{ post.date | date: "%b %-d, %Y" }}

{% endif %} {% endfor %}