ya timestamp modification

This commit is contained in:
Kaz Saita(WSL2) 2024-02-12 12:20:58 +09:00
parent aff7db6a11
commit 5226bc3614

View file

@ -23,11 +23,10 @@ export default ((opts?: Partial<ContentMetaOptions>) => {
const text = fileData.text
if (text) {
const segments: string[] = []
segments.push("Last updated: ")
const segments: string[] = []
if (fileData.dates) {
segments.push(formatDate(getDate(cfg, fileData)!, cfg.locale))
segments.push("Last updated:" + formatDate(getDate(cfg, fileData)!, cfg.locale))
}
// Display reading time if enabled