fix broken disqus link in readme

This commit is contained in:
Dean Attali 2015-09-14 21:30:03 -07:00
parent ca4e0464f1
commit 4d82848aef
1 changed files with 1 additions and 1 deletions

View File

@ -98,7 +98,7 @@ Many personalization settings in `_config.yml`, such as setting your name and si
#### 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.