Update REAMDE.md

This commit is contained in:
vimux 2019-09-30 15:15:31 -04:00
parent 620ac84f89
commit 5a51cb05c4
No known key found for this signature in database
GPG key ID: 5A34FDC4EE832E34

View file

@ -299,7 +299,13 @@ All custom JS files will be added before closing body tag of a `baseof.html` fil
#### 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