Skip to content

Latest commit

 

History

History
22 lines (20 loc) · 733 Bytes

index.md

File metadata and controls

22 lines (20 loc) · 733 Bytes

Feel free to add content and custom Front Matter to this file.

#layout: home

    Articles {% 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 %}
    <li><a href="/blog{{ post.url }}">{{ post.title }}</a></li>
    

    {% endfor %}