This is an example post with an article meta.
The TOML frontmatter is the following.
+++
date = '2026-07-01T19:35:45+02:00'
lastmod = '2026-07-01T19:40:42+02:00'
draft = false
title = 'A post with an article meta'
[params]
post = true
+++When set to true, $.params.post can be omitted.
Setting $.lastmod to something different than $.date causes the article meta to display both the date of creation ($.date) and the date of last modification ($.lastmod) with a yyyy/mm/dd format.