fix(docs): Update jekyll.md (#5313)

Fix reference to `_includes/navigation.yml` to `_includes/navigation.html` on line 236
This commit is contained in:
Tim Culverhouse 2021-04-29 08:25:57 -05:00 committed by GitHub
parent 1fc62dd9f5
commit ab428c76ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -233,7 +233,7 @@ Copy and paste the following into the collections array in `config.yml`
### Navigation
The last aspect of our Jekyll blog we might want to bring under the control of Netlify CMS is our Navigation menu. Our Jekyll tutorial blog has a file `_data/navigation.yml` that defines the links rendered by `_includes/navigation.yml`. It looks like this.
The last aspect of our Jekyll blog we might want to bring under the control of Netlify CMS is our Navigation menu. Our Jekyll tutorial blog has a file `_data/navigation.yml` that defines the links rendered by `_includes/navigation.html`. It looks like this.
```yaml
# _data/navigation.yml
@ -294,4 +294,4 @@ Finally, add the following to the collections array in `config.yml`
- {label: Link, name: link, widget: string}
```
Now you can add, rename, and rearrange the navigation items on your blog.
Now you can add, rename, and rearrange the navigation items on your blog.