fix: use params section in config example

Signed-off-by: Kirill K <kovalev.kirill.a@gmail.com>
This commit is contained in:
Kirill K 2019-06-08 06:22:37 +03:00
parent c9d1db2cf4
commit d11215dc1d
No known key found for this signature in database
GPG Key ID: 134C15C3946D6199

View File

@ -74,7 +74,11 @@ You may need to delete the line: `themesDir = "../.."`
To enable comments, add following to your config file: To enable comments, add following to your config file:
- DISQUS: `disqusShortname = YOURSHORTNAME` - DISQUS: `disqusShortname = YOURSHORTNAME`
- COMMENTO: `commentoEnable = true` - COMMENTO:
```
[params]
commentoEnable = true`
```
### Change the hero background ### Change the hero background