From 5a51cb05c4edd101281af2614bd02b3f05377e31 Mon Sep 17 00:00:00 2001 From: vimux Date: Mon, 30 Sep 2019 15:15:31 -0400 Subject: [PATCH] Update REAMDE.md --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e7721e0..caf37b7 100644 --- a/README.md +++ b/README.md @@ -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