mirror of https://github.com/vuejs/vitepress
Merge 885bdfad18 into e8e87215ac
commit
14fdcc0045
@ -0,0 +1,25 @@
|
||||
# Created
|
||||
|
||||
The creation time will be displayed in the lower right corner of the page.
|
||||
To enable it, add `created` options to your config.
|
||||
|
||||
## Page Configuration
|
||||
|
||||
Add `created` options to your config.
|
||||
|
||||
```js
|
||||
export default {
|
||||
created: true
|
||||
}
|
||||
```
|
||||
|
||||
## Frontmatter Configuration
|
||||
|
||||
If you would like to hide the created text, set false to the `created` option.
|
||||
|
||||
```yaml
|
||||
---
|
||||
created: false
|
||||
---
|
||||
```
|
||||
|
||||
Loading…
Reference in new issue