{{ config.title }}
{{ config.description }}
{% endblock header %} {% block content %}
-
{% set blog = get_section(path="blog/_index.md") %}
{% for post in blog.pages | reverse %}
{{ macros::post_in_list(post=post) }}
{% endfor %}