{% assign d = post.date | date: "%-d" %} {{ post.date | date: "%B" }} {% case d %} {% when '1' or '21' or '31' %}{{ d }}st, {% when '2' or '22' %}{{ d }}nd, {% when '3' or '23' %}{{ d }}rd, {% else %}{{ d }}th, {% endcase %} {{ post.date | date: "%Y" }}
{{post.content}}
{% if post.image %} {% elsif post.icon %} {% if post.iconcolor %} {% assign color = post.iconcolor %} {% else %} {% assign color = {{site.purple}} %} {% endif %}
{% include fa name=post.icon color=color size="5x" %}