Date - Front Matter

How to manage date string into the page header

Last modified 2025-05-12

ITADS

Table of content
  1. Remove date display
  2. Custom date

Remove date display

Just set date: false. Here is A front matter with date disabled:

date: false

Example with date removed

Custom date

Enter Eleventy support date https://www.11ty.dev/docs/dates/, for example:

date: 2016-01-01

Example with custom date