diff --git a/site/_docs/assets.md b/site/_docs/assets.md index 23bf49533..01a990fd3 100644 --- a/site/_docs/assets.md +++ b/site/_docs/assets.md @@ -25,6 +25,11 @@ have a file named `css/styles.scss` in your site's source folder, Jekyll will process it and put it in your site's destination folder under `css/styles.css`. +
If you are using Mustache or another JavaScript templating language that conflicts with the Liquid template syntax, you will need to place {% raw %} and {% endraw %} tags around your code.