Skip to content

Latest commit

 

History

History
71 lines (70 loc) · 2.84 KB

blog.md

File metadata and controls

71 lines (70 loc) · 2.84 KB
layout
blog-list

From the blog 🛫

{% for post in site.posts %}
{{ post.excerpt }}

{{site.authors[post.author].name}}

on the {% assign day = post.date | date: "%-d" %} {% case day %} {% when '1' or '21' or '31' %}{{ day }}st {% when '2' or '22' %}{{ day }}nd {% when '3' or '23' %}{{ day }}rd {% else %}{{ day }}th {% endcase %} of {{post.date | date: "%B, %Y"}}
{% endfor %}