Update REAMDE.md
This commit is contained in:
parent
620ac84f89
commit
5a51cb05c4
1 changed files with 7 additions and 1 deletions
|
@ -299,7 +299,13 @@ All custom JS files will be added before closing body tag of a `baseof.html` fil
|
||||||
|
|
||||||
#### Post Meta
|
#### Post Meta
|
||||||
|
|
||||||
You may activate post meta fields with `.Site.Params.post_meta` parameter.
|
Post metadata are relevant information about your post such as published date, last modified date, category, etc. You
|
||||||
|
may activate post meta fields with `post_meta` parameter in config:
|
||||||
|
|
||||||
|
```toml
|
||||||
|
[Params]
|
||||||
|
post_meta = ["date", "categories"]
|
||||||
|
```
|
||||||
|
|
||||||
#### Related Content
|
#### Related Content
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue