Merge pull request #5748 from yoostk/minor-fix

Merge pull request 5748
This commit is contained in:
jekyllbot 2017-01-10 01:45:44 -08:00 committed by GitHub
commit fe6d772b13
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ Add your template files in the corresponding folders, complete the `.gemspec` an
Theme layouts and includes work just like they work in any Jekyll site. Place layouts in your theme's `/_layouts` folder, and place includes in your themes `/_includes` folder.
For example, if your theme has a `/_layouts/page.html` file, and a page has `layout: page` in its YAML front matter, Jekyll will first look to the site's `_layouts` folder for a the `page` layout, and if none exists, will use your theme's `page` layout.
For example, if your theme has a `/_layouts/page.html` file, and a page has `layout: page` in its YAML front matter, Jekyll will first look to the site's `_layouts` folder for the `page` layout, and if none exists, will use your theme's `page` layout.
### Assets