Skip to content

Latest commit

 

History

History
executable file
·
16 lines (15 loc) · 418 Bytes

File metadata and controls

executable file
·
16 lines (15 loc) · 418 Bytes
layout default
title Anthony Vadala - Archive
permalink /archive
    {% for post in site.posts %} {% assign currentdate = post.date | date: "%Y" %} {% if currentdate != date %} {{ currentdate }} {% assign date = currentdate %} {% endif %}
  • {{ post.date | date: "%b %d" }} » {{ post.title }}
  • {% endfor %}