From 7b26077a11c15945f6d3175de4f331f99f6384bc Mon Sep 17 00:00:00 2001 From: Harry Kalantzis Date: Wed, 14 Jun 2017 15:09:25 +0100 Subject: [PATCH] Fixed MD link to docs in the 'Helpers' page. (#1066) --- docs/_docs/14-helpers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_docs/14-helpers.md b/docs/_docs/14-helpers.md index e79dde27..25814b2f 100644 --- a/docs/_docs/14-helpers.md +++ b/docs/_docs/14-helpers.md @@ -315,7 +315,7 @@ sidebar: **ProTip:** If you're applying the same navigation list to several pages setting it as a [Front Matter default](https://jekyllrb.com/docs/configuration/#front-matter-defaults) is the better option. {: .notice--info} -The theme's documentation is built with the `nav_list` helper so if you'd like an example to dissect take a look at `navigation.yml`, `_config.yml` and `_doc` collection in the [`/docs/`] folder(https://github.com/{{ site.repository }}/tree/master/docs/) of this repo. +The theme's documentation is built with the `nav_list` helper so if you'd like an example to dissect take a look at `navigation.yml`, `_config.yml` and `_doc` collection in the [`/docs/` folder](https://github.com/{{ site.repository }}/tree/master/docs/) of this repo. To add a navigation list to a post or page's main content instead of the sidebar use the include this way: