We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
lastUpdatedTimestamp
$page
1 parent 6c8f6a2 commit 2345902Copy full SHA for 2345902
packages/@vuepress/plugin-last-updated/index.js
@@ -11,6 +11,7 @@ module.exports = (options = {}, context) => ({
11
? transformer(timestamp, $lang)
12
: defaultTransformer(timestamp, $lang, dateOptions)
13
$page.lastUpdated = lastUpdated
14
+ $page.lastUpdatedTimestamp = timestamp
15
}
16
17
})
0 commit comments