fix(docs): Update jekyll.md (#5313)
Fix reference to `_includes/navigation.yml` to `_includes/navigation.html` on line 236
This commit is contained in:
parent
1fc62dd9f5
commit
ab428c76ae
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user