From b5d8a5f4090e24b37685052e036c4c2c3d2fbd7e Mon Sep 17 00:00:00 2001 From: vhermecz Date: Mon, 17 Feb 2020 08:49:08 +0100 Subject: [PATCH] Fix file references in Step by Step Tutorial's Assets step (#8007) Merge pull request 8007 --- docs/_docs/step-by-step/07-assets.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/_docs/step-by-step/07-assets.md b/docs/_docs/step-by-step/07-assets.md index 5fdfa8e8..9b6c2544 100644 --- a/docs/_docs/step-by-step/07-assets.md +++ b/docs/_docs/step-by-step/07-assets.md @@ -19,7 +19,7 @@ Jekyll sites often use this structure to keep assets organized: ## Sass -Inlining the styles used in `_includes/header.html` is not a best practice, +Inlining the styles used in `_includes/navigation.html` is not a best practice, let's style the current page with a class instead. {% raw %} @@ -63,7 +63,7 @@ Create a Sass file at `/_sass/main.scss` with the following content: You'll need to reference the stylesheet in your layout. -Open `_includes/head.html` and add the stylesheet to the ``: +Open `_layouts/default.html` and add the stylesheet to the ``: {% raw %} ```liquid