add missing 'as'
This commit is contained in:
parent
0022e5a67e
commit
cdb46f03f7
|
@ -19,7 +19,7 @@ or `.coffee`) and start the file with two lines of triple dashes, like this:
|
||||||
font-size: 1.2em
|
font-size: 1.2em
|
||||||
{% endhighlight %}
|
{% endhighlight %}
|
||||||
|
|
||||||
Jekyll treats these files the same a regular page, in that the output file
|
Jekyll treats these files the same as a regular page, in that the output file
|
||||||
will be placed in the same directory that it came from. For instance, if you
|
will be placed in the same directory that it came from. For instance, if you
|
||||||
have a file named `/css/styles.scss` in your site's source folder, Jekyll
|
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
|
will process it and put it in your site's destination folder under
|
||||||
|
|
Loading…
Reference in New Issue