Last Updated
The last updated time of the content will be displayed in the lower right corner of the page. To enable it, add the lastUpdated
option to your config.
TIP
You need to commit the markdown file to see the updated time.
Site-Level Config
js
export default {
lastUpdated: true
}
Frontmatter Config
This can be disabled per-page using the lastUpdated
option on frontmatter:
yaml
---
lastUpdated: false
---
Also refer to Default Theme: Last Updated for more details. Any truthy value at theme-level will also enable the feature unless explicitly disabled at site or page level.