Skip to content

Latest commit

 

History

History
23 lines (23 loc) · 634 Bytes

blog.md

File metadata and controls

23 lines (23 loc) · 634 Bytes
layout title permalink
page
Blog
/blog/

Recent posts

{%for post in site.posts %} {% unless post.next %}
    {% 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:"%d %b-%y" }} {{ post.title }}
  • {% endfor %}