diff --git a/website/content/docs/jekyll.md b/website/content/docs/jekyll.md index ab89538c..ec1f2d56 100644 --- a/website/content/docs/jekyll.md +++ b/website/content/docs/jekyll.md @@ -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. \ No newline at end of file +Now you can add, rename, and rearrange the navigation items on your blog.