Skip to content

Commit

Permalink
Update 07-assets.md (#9393)
Browse files Browse the repository at this point in the history
Merge pull request 9393
  • Loading branch information
ShrutiRDalvi committed Aug 13, 2023
1 parent 6ee3942 commit 76a9a19
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/_docs/step-by-step/07-assets.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@ Jekyll sites often use this structure to keep assets organized:
...
```
So, from your assets folder, create folders called css, images and js.
Additionally, directly under the root create another folder called '_sass', which you will need shortly.
Additionally, directly under the root create another folder called `_sass`, which you will need shortly.

## Sass

Inlining the styles used in `_includes/navigation.html`(adding or configuring within the same file) is not a best practice.
Instead, let's style the current page by defining our first class in a new css file instead.

To do this, refer to the class (that you will configure in the next parts of this step) from within the navigation.html file by removing the code you added earlier (to color the current link red) and inserting the following code:
To do this, refer to the class (that you will configure in the next parts of this step) from within the `navigation.html` file by removing the code you added earlier (to color the current link red) and inserting the following code:

{% raw %}
```liquid
Expand Down

0 comments on commit 76a9a19

Please sign in to comment.