Skip to content

Latest commit

 

History

History
21 lines (21 loc) · 527 Bytes

archive.md

File metadata and controls

21 lines (21 loc) · 527 Bytes
layout title permalink
page
Archive
/archive/

{% 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: "%Y.%m.%d" }} - [{{ post.title }}]({{ post.url }}) {% if post.author %} | {{ post.author }} {% endif %} {% endfor %}