From 4d82848aef2930451ee8e4cb3fa67298bc82e0d7 Mon Sep 17 00:00:00 2001 From: Dean Attali Date: Mon, 14 Sep 2015 21:30:03 -0700 Subject: [PATCH] fix broken disqus link in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a98a519..d2e11fa 100644 --- a/README.md +++ b/README.md @@ -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.