This commit is contained in:
Parker Moore 2016-10-06 10:01:55 -07:00
parent c90d44d2be
commit 7c8c825f27
No known key found for this signature in database
GPG Key ID: 193CDEBA72063C58
1 changed files with 2 additions and 2 deletions

View File

@ -25,8 +25,8 @@ front matter, it will be converted and rendered. No YAML front matter, and
it will simply be copied over like a static asset. it will simply be copied over like a static asset.
Note that if a user has a file of the same path, the theme content will not Note that if a user has a file of the same path, the theme content will not
be included in the site, i.e. a user's `/assets/main.scss` will be written be included in the site, i.e. a user's `/assets/main.scss` will be read and
instead of a theme's `/assets/main.scss`. It's processed if present instead of a theme's `/assets/main.scss`.
See our [documentation on the subject]({{ "/docs/themes/#assets" | relative_url }}) See our [documentation on the subject]({{ "/docs/themes/#assets" | relative_url }})
for more info. for more info.