--- layout: default permalink: /categories.html ---
{% for tag in site.tags %}

{{ tag[0] }}

{% for post in tag[1] %}
{% capture month%}{{ post.date | date: "%b" }}{% endcapture %} {{ site.data[site.active_lang].strings.date[month]}} {{ post.date | date: "%e, %Y" }}
{% endfor %} {% endfor %}