Skip to content

Commit 1997fed

Browse files
authored
Change the remainder of setting the url field (#627)
Merge pull request 627
1 parent 6513ea8 commit 1997fed

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,9 @@ You can *add* custom metadata to the `<head />` of your layouts by creating a fi
216216
217217
Optionally, if you have a Disqus account, you can tell Jekyll to use it to show a comments section below each post.
218218
219-
To enable it, add the following lines to your Jekyll site:
219+
:warning: `url`, e.g. `https://example.com`, must be set in you config file for Disqus to work.
220+
221+
To enable it, after setting the url field, you also need to add the following lines to your Jekyll site:
220222
221223
```yaml
222224
disqus:
@@ -229,8 +231,6 @@ Comments are enabled by default and will only appear in production, i.e., `JEKYL
229231

230232
If you don't want to display comments for a particular post you can disable them by adding `comments: false` to that post's YAML Front Matter.
231233

232-
:warning: `url`, e.g. `https://example.com`, must be set in you config file for Disqus to work.
233-
234234
### Author Metadata
235235

236236
From `Minima-3.0` onwards, `site.author` is expected to be a mapping of attributes instead of a simple scalar value:

0 commit comments

Comments
 (0)