{% extends "base.html" %} {% block title %} {{ config.title }} {% endblock %} {% block content %}
{% set blog_section = get_section(path="blog/_index.md") %} {% for page in blog_section.pages | slice(end=5) %}{{ page.date | date(format="%B %-d, %Y") }}