updated layout
This commit is contained in:
parent
9b6e8960f3
commit
f3d9b3e990
@ -10,7 +10,9 @@ export default (() => {
|
|||||||
const { text: timeTaken, words: _words } = readingTime(text)
|
const { text: timeTaken, words: _words } = readingTime(text)
|
||||||
|
|
||||||
if (fileData.dates) {
|
if (fileData.dates) {
|
||||||
segments.push(formatDate(getDate(cfg, fileData)!))
|
// segments.push(formatDate(getDate(cfg, fileData)!))
|
||||||
|
segments.push('created: ' + formatDate(fileData.dates?.["created"]))
|
||||||
|
segments.push('last updated: ' + formatDate(fileData.dates?.["modified"]))
|
||||||
}
|
}
|
||||||
|
|
||||||
segments.push(timeTaken)
|
segments.push(timeTaken)
|
||||||
|
Loading…
Reference in New Issue
Block a user