Skip to content

Latest commit

 

History

History
27 lines (26 loc) · 952 Bytes

archives.md

File metadata and controls

27 lines (26 loc) · 952 Bytes
layout title permalink
page
Archives
/archives/
    {% for post in site.posts %} {% unless post.next %}

    {{ post.date | date: '%Y' }}-{{ post.date | date: '%-m' }}

    {% else %} {% capture year %}{{ post.date | date: '%Y %b' }}{% endcapture %} {% capture nyear %}{{ post.next.date | date: '%Y %b' }}{% endcapture %} {% if year != nyear %}

    {{ post.date | date: '%Y' }}-{{ post.date | date: '%-m' }}

    {% endif %} {% endunless %}
  • {{ post.title }} by {{ post.author }} {% if post.category %} from {{ post.category }}{% endif %}
  • {% endfor %}