Skip to content

Latest commit

 

History

History
20 lines (19 loc) · 553 Bytes

posts.md

File metadata and controls

20 lines (19 loc) · 553 Bytes
layout permalink title menu_order
page
/posts/
Posts
5

{% for post in site.posts %} {% assign currentdate = post.date | date: "%Y" %} {% if currentdate != date %} {% unless forloop.first %}{% endunless %}

{{ currentdate }}

    {% assign date = currentdate %} {% endif %}
  • {{ post.title }} ({{ post.date | date: "%b %-d, %Y" }})
  • {% if forloop.last %}
{% endif %} {% endfor %}