From 9328ab63c81e0da994f79f0e760392622c63508a Mon Sep 17 00:00:00 2001 From: peterrus Date: Thu, 3 May 2018 22:19:20 +0200 Subject: [PATCH] typo (#17) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 99b374e..71c178c 100644 --- a/README.md +++ b/README.md @@ -79,7 +79,7 @@ make demo The above command copies current state of the theme to exampleSite/themes and starts hugo with hugo serve -D (Go does not support Symlink directories) ### Disqus -dd the following line to your config, +Add the following line to your config, ```disqusShortname = "yourdiscussshortname"``` When this is set, all posts are disqus enabled You can disable comments for a post by adding the following to your page meta data. ```disable_comments: true```