Minor doc fixes (#7495)

Merge pull request 7495
This commit is contained in:
Behrang 2019-01-25 02:17:25 +11:00 committed by jekyllbot
parent 33680b67af
commit fd302cb1f7
2 changed files with 2 additions and 2 deletions

View File

@ -43,7 +43,7 @@ Create your first layout at `_layouts/default.html` with the following content:
You'll notice this is almost identical to `index.html` except there's You'll notice this is almost identical to `index.html` except there's
no front matter and the content of the page is replaced with a `content` no front matter and the content of the page is replaced with a `content`
variable. `content` is a special variable which has the value of the rendered variable. `content` is a special variable which has the value of the rendered
content of the page its called on. content of the page it's called on.
To have `index.html` use this layout, you can set a `layout` variable in front To have `index.html` use this layout, you can set a `layout` variable in front
matter. The layout wraps around the content of the page so all you need in matter. The layout wraps around the content of the page so all you need in

View File

@ -3,7 +3,7 @@ layout: step
title: Includes title: Includes
position: 5 position: 5
--- ---
The site is coming together however, there's no way to navigate between The site is coming together; however, there's no way to navigate between
pages. Let's fix that. pages. Let's fix that.
Navigation should be on every page so adding it to your layout is the correct Navigation should be on every page so adding it to your layout is the correct