From d11215dc1d6d0f0e15a7ab880d7f0f7d4344aa26 Mon Sep 17 00:00:00 2001 From: Kirill K Date: Sat, 8 Jun 2019 06:22:37 +0300 Subject: [PATCH] fix: use params section in config example Signed-off-by: Kirill K --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 72b7a96..a4ece69 100644 --- a/README.md +++ b/README.md @@ -74,7 +74,11 @@ You may need to delete the line: `themesDir = "../.."` To enable comments, add following to your config file: - DISQUS: `disqusShortname = YOURSHORTNAME` -- COMMENTO: `commentoEnable = true` +- COMMENTO: + ``` + [params] + commentoEnable = true` + ``` ### Change the hero background