--- layout: layout title: "Columns" ---
{% for post in site.posts %} {% if post.categories contains 'column' %}
{% if post.tag %} {% endif %} {% if post.image %} {% else %}

{% endif %}

{{ post.title }}

{{ post.excerpt | markdownify }}
{% endif %} {% endfor %}