--- title: SIGCSE 2015 Blog showTitle: true ---

{% for post in site.posts %}

{{post.title}}

{% if post.link %}

post.link

{% endif %}

{% 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" %}
{% endif %}
{% endfor %}