Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 699 Bytes

about.md

File metadata and controls

18 lines (15 loc) · 699 Bytes
layout title permalink
page
About
/about/

Mostly, I've been wanting a place to jot things down.

{% for post in site.posts %} {% capture year %}{{ post.date | date: '%Y' }}{% endcapture %} {% capture next_year %}{{ post.next.date | date: '%Y' }}{% endcapture %} {% if year != next_year %}

{{ post.date | date: '%Y' }}

{% endif %} · {% assign m = post.date | date: "%B" %} {% case m %} {% when 'April' or 'May' or 'June' or 'July' %}{{ m }} {% when 'September' %}Sept. {% else %}{{ post.date | date: "%b" }}. {% endcase %} {{ post.date | date: "%-d" }} {{ post.title }} {% endfor %}