--- title: categories layout: default description: archive header-img: art/7979755845_508af4de3b_o.jpg --- {% include header.html %}
{% if site.categories[page.category] %} {% for post in site.categories[page.category] %}
{% capture post_year %}{{ post.date | date: '%Y' }}{% endcapture %} {% if forloop.first %}

{{ post_year }}

{% endif %} {% if forloop.first == false %} {% assign previous_index = forloop.index0 | minus: 1 %} {% capture previous_post_year %}{{ site.categories[page.category][previous_index].date | date: '%Y' }}{% endcapture %} {% if post_year != previous_post_year %}

{{ post_year }}

{% endif %} {% endif %}

{{ post.title }}

{% if post.subtitle %}

{{ post.subtitle }}

{% endif %} Posted on {{ post.date | date: "%B %-d, %Y" }}
{% assign minutes = content | number_of_words | divided_by: 180 %}  {% if minutes == 0 %}{% assign minutes = 1 %}{% endif %} {{ minutes }} minute read {% if post.tags.size > 0 %} ∼ Tagged with {% if post.tags.size == 1 %} {% else %}{% endif %} : {% for tag in post.tags %}{% unless forloop.last %} • {% endunless %}{% endfor %}{% endif %} {% if post.categories.size > 0 %} ∼ Filed in {% if post.categories.size == 1 %} {% else %}{% endif %} : {% for tag in post.categories %}{% unless forloop.last %} • {% endunless %}{% endfor %%}{% endif %}
{% if forloop.last %}
{% endif %}

{{ post.excerpt }}

{% if post.excerpt != post.content %}
Read more
{% endif %}
{% endfor %} {% else %}

There are no posts in this category.

{% endif %}