fix broken disqus link in readme
This commit is contained in:
parent
ca4e0464f1
commit
4d82848aef
@ -98,7 +98,7 @@ Many personalization settings in `_config.yml`, such as setting your name and si
|
|||||||
|
|
||||||
#### Letting users leave comments
|
#### Letting users leave comments
|
||||||
|
|
||||||
If you want to enable comments on your site, Beautiful Jekyll supports the [Disqus](disqus.com) comments plugin. To use it, simply sign up to Disqus and add your Disqus shortname to the `disqus` parameter in the `_config.yml`.
|
If you want to enable comments on your site, Beautiful Jekyll supports the [Disqus](https://disqus.com/) comments plugin. To use it, simply sign up to Disqus and add your Disqus shortname to the `disqus` parameter in the `_config.yml`.
|
||||||
|
|
||||||
If the `disqus` parameter is set in the configuration file, then all blog posts will have comments turned on by default. To turn off comments on a particular blog post, add `comments: false` to the YAML front matter. If you want to add comments on the bottom of a non-blog page, add `comments: true` to the YAML front matter.
|
If the `disqus` parameter is set in the configuration file, then all blog posts will have comments turned on by default. To turn off comments on a particular blog post, add `comments: false` to the YAML front matter. If you want to add comments on the bottom of a non-blog page, add `comments: true` to the YAML front matter.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user