{% if post.image %} {% else %} {% endif %}
    {% if post %} {% assign categories = post.categories %} {% else %} {% assign categories = page.categories %} {% endif %} {% for category in categories %}
  • {{category}}
  • {% unless forloop.last %} {% endunless %} {% endfor %}
{{ post.date | date: '%B %d, %Y' }}

{{ post.title }}

{{ post.excerpt | strip_html | truncatewords: 30 }}

Read Post →