Abstract¶
page about updated date
Updated: 23 dec 2025
Updated: October 7, 2025
This plugin lets you show the last updated date of a page using frontmatter metadata. Include the updated field in your page’s frontmatter:
---
updated: October 7, 2025
---This date will appear automatically on the page.
To correctly position the update date below the title, add the following CSS to your stylesheet:
/* Remove extra spacing from the frontmatter container */
#skip-to-frontmatter {
margin-bottom: 0;
}⚠️ Important: Without this CSS rule, there may be extra space between the title and the update date.
Note, this plugin allows to manually set the updated date per page. If you want to automatically set the updated date based on the git history, check out the page-last-updated plugin instead.