Skip to content

Commit f23f56a

Browse files
authored
docs: update formatUpdated (#1645)
* update: docs formatUpdated.
1 parent 6ee1c14 commit f23f56a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: docs/write-a-plugin.md

+2
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,8 @@ window.$docsify = {
7575

7676
```js
7777
window.$docsify = {
78+
// The date template pattern
79+
formatUpdated: '{YYYY}/{MM}/{DD} {HH}:{mm}',
7880
plugins: [
7981
function(hook, vm) {
8082
hook.beforeEach(function(html) {

0 commit comments

Comments
 (0)