{{include.mobile_heading}}

{% for post in site.posts %}
{{post.image_alt_text}}
{% assign day = post.date | date: "%-d" %} {% case day %} {% when "1" or "21" or "31" %}{% assign suffix = "st" %} {% when "2" or "22" %}{% assign suffix = "nd" %} {% when "3" or "23" %}{% assign suffix = "rd" %} {% else %}{% assign suffix = "th" %} {% endcase %} {{ day }}{{ suffix }} {{ post.date | date: "%b %y" }} {{post.slider_button_text}}

{{post.blurb}}

{% endfor %}