{{ post.title }} {% assign categories = post.categories %} {% if categories != "" %} {% for category in categories %} {{ category | upcase }}{% unless forloop.last %} {% endunless %} {% endfor %} {% endif %} {% assign date_format = site.minima.date_format | default: "%b %-d, %Y" %} {{ post.date | date: date_format }} {% assign tags = post.tags %} {% if tags != "" %} {% for tag in tags %} {{ tag | upcase }}{% unless forloop.last %} {% endunless %} {% endfor %} {% endif %} {{ post.excerpt }} Read More