You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -237,7 +237,7 @@ layout | What type of page this is (default is `blog` for blog posts and `p
237
237
title | Page or blog post title.
238
238
subtitle | Short description of page or blog post that goes under the title.
239
239
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`.
241
241
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).
242
242
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.
243
243
js | List of local JavaScript files to include in the page (eg. `/js/mypage.js`)