Add a note about Liquid and template languages
This commit is contained in:
		
							parent
							
								
									1238ccefcc
								
							
						
					
					
						commit
						d84b801fec
					
				|  | @ -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`. | ||||
| 
 | ||||
| <div class="note info"> | ||||
|   <h5>Jekyll processes all Liquid filters and tags in asset files</h5> | ||||
|   <p>If you are using <a href="http://mustache.github.io">Mustache</a> or another JavaScript templating language that conflicts with the <a href="/docs/templates/">Liquid template syntax</a>, you will need to place <code>{% raw %}</code> and <code>{% endraw %}</code> tags around your code.</p> | ||||
| </div> | ||||
| 
 | ||||
| ## Sass/SCSS | ||||
| 
 | ||||
| Jekyll allows you to customize your Sass conversion in certain ways. | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue