{% block content %}
{{ config.title }}
{% if config.description %}
{{ config.description }}
{% endif %}
{% set blog = get_section(path='_index.md') %} {% for post in blog.pages %}
{{ post.title }}
—
{{ post.date | date(format='%B %e, %Y') }}
{% endfor %}
{% endblock content %}