Skip to content

Latest commit

 

History

History
executable file
·
17 lines (17 loc) · 527 Bytes

all_posts.md

File metadata and controls

executable file
·
17 lines (17 loc) · 527 Bytes
layout title
page
all_posts
    {% for post in site.posts %} {% capture currentyear %}{{post.date | date: "%Y"}}{% endcapture %} {% if currentyear != year %} {% unless forloop.first %}{% endunless %} {% capture year %}{{currentyear}}{% endcapture %} {% endif %}
  • {{ post.title }}
  • {% endfor %}