Skip to content

Latest commit

 

History

History
19 lines (18 loc) · 392 Bytes

File metadata and controls

19 lines (18 loc) · 392 Bytes
layout default
title Archives
description Les archives du blog
permalink /archives.html

Archives

{% assign year = 2013 %} {% for post in site.posts %} {% capture thisyear %} {{ post.date | date: '%Y' }} {% endcapture %} {% if year != thisyear %} {% assign year=thisyear %}

{{ thisyear }}

{% endif %} * [{{ post.title }}]({{ post.url }}) {% endfor %}