| layout | default |
|---|---|
| title | Archives |
| description | Les archives du blog |
| permalink | /archives.html |
{% assign year = 2013 %} {% for post in site.posts %} {% capture thisyear %} {{ post.date | date: '%Y' }} {% endcapture %} {% if year != thisyear %} {% assign year=thisyear %}
{% endif %} * [{{ post.title }}]({{ post.url }}) {% endfor %}