Arquivo Cronológico
Todos os posts organizados por data de publicação
{{ year }}
{% for month_key in posts_by_year[year].keys() | sort | reverse %}
{% set month_name = month_key.split('-')[1] %}
{{ month_name }}
-
{% for post in posts_by_year[year][month_key] | sort(attribute='date_created', reverse=true) %}
{% if post.status != 'template' %}
- {{ post.date_created | format_date('short') }} {{ post.title }} {% endif %} {% endfor %}
Nenhum post encontrado para exibir no arquivo.