Skip to content

Commit

Permalink
test disabling liquid syntax for a file
Browse files Browse the repository at this point in the history
  • Loading branch information
slavipande committed Nov 9, 2023
1 parent 9778d9f commit def3f70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exercise-cheat-sheet.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ Should see a version number.

4. Paste the main section from the `_layouts/project.html` file in the `_includes/project.html` file.

5. Open the `default.html` file in the `_layouts` directory and add <`{% include project.html %}`> under <`{% include contact.html %}`>.
5. Open the `default.html` file in the `_layouts` directory and add {% raw -%}`{% include project.html %}`{% endraw -%} under {% raw -%}`{ % include contact.html % }`{% endraw -%}.

This will add the **Projects** section just after the **Contact** section in the scrolling home page.

Expand Down

0 comments on commit def3f70

Please sign in to comment.