Skip to content

Commit 08afb4d

Browse files
authored
Update README.md
1 parent 1238a76 commit 08afb4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ layout | What type of page this is (default is `blog` for blog posts and `p
237237
title | Page or blog post title.
238238
subtitle | Short description of page or blog post that goes under the title.
239239
bigimg | Include a large full-width image at the top of the page. You can either give the path to a single image, or provide a list of images to cycle through (see [my personal website](http://deanattali.com/) as an example).
240-
comments | Only applicable if the `disqus` parameter is set in the `config_yml` file. All blog posts automatically have comments enabled. To enable comments on a specific page, use `comments: true`; to turn comments off for a specific blog post, use `comments: false`.
240+
comments | Only applicable if the `disqus` parameter is set in the `_config.yml` file. All blog posts automatically have comments enabled. To enable comments on a specific page, use `comments: true`; to turn comments off for a specific blog post, use `comments: false`.
241241
social-share | If you don't want to show buttons to share a blog post on social media, use `social-share: false` (this feature is turned on by default).
242242
share-img | If you want to specify an image to use when sharing the page on Facebook or Twitter, then provide the image's full URL here.
243243
js | List of local JavaScript files to include in the page (eg. `/js/mypage.js`)

0 commit comments

Comments
 (0)