---
title: 'Home'

date: '2018-04-21'

description: 'The home page.'

_import:

  posts:
    match:
      - '/news/**/index.md'
      - '!/news/index.md'
    order: date
    sort: desc
    limit: 5
    body: true
    attributes:
      - title
      - date

  about:
    match: '/about/index.md'
    body: true
    attributes:
      - title
---

The home page.
