--- layout: default permalink: /archive.html ---

{{ site.data[site.active_lang].strings.global.archive }}

{% 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 %}
{% capture month%}{{ post.date | date: "%b" }}{% endcapture %}{{ post.date | date: "%d-%m-%Y" }}
{% for tag in post.tags %} {{ tag }}{% unless forloop.last %},{% endunless %} {% endfor %}
{% endfor %}