Skip to content

Latest commit

 

History

History
executable file
·
30 lines (24 loc) · 876 Bytes

posts.md

File metadata and controls

executable file
·
30 lines (24 loc) · 876 Bytes
layout title permalink
page
So far ..
/posts/
{% for post in site.posts %} {% unless post.next %}

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

{% else %} {% capture year %}{{ post.date | date: '%Y' }}{% endcapture %} {% capture nyear %}{{ post.next.date | date: '%Y' }}{% endcapture %} {% if year != nyear %}

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

{% endif %} {% endunless %} {{ post.date | date: "%b %d" }}
{{ post.title }}
{% endfor %}