diff --git a/README.md b/README.md index 5981a71..d2b2363 100644 --- a/README.md +++ b/README.md @@ -96,9 +96,16 @@ You may need to delete the line: `themesDir = "../.."` To enable comments, add following to your config file: -- DISQUS: `disqusShortname = YOURSHORTNAME` -- COMMENTO: +- DISQUS: + + ```toml + [services.disqus] + shortname = 'YOURSHORTNAME' ``` + +- COMMENTO: + + ```toml [params] commentoEnable = true ``` diff --git a/layouts/_default/single.html b/layouts/_default/single.html index 5aaf9ff..0365132 100644 --- a/layouts/_default/single.html +++ b/layouts/_default/single.html @@ -51,7 +51,7 @@ {{- .Content -}} {{- partial "tags.html" . -}}