Skip to content

Latest commit

 

History

History
30 lines (29 loc) · 837 Bytes

archive.md

File metadata and controls

30 lines (29 loc) · 837 Bytes
layout title description permalink
default
Archive
Browse through all the articles I've written until now.
/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.title | xml_escape }} {{ post.date | date_to_string }}
  • {% endfor %}