diff --git a/site/_docs/collections.md b/site/_docs/collections.md index 9f7c6be5..e55378af 100644 --- a/site/_docs/collections.md +++ b/site/_docs/collections.md @@ -96,9 +96,9 @@ written out to `/awesome/some_subdir/some_doc/index.html`.
Don't forget to add YAML for processing

-Files in collections that do not have front matter are treated -as static files and simply copied to their output location without -processing. + Files in collections that do not have front matter are treated as + static files and simply copied to their + output location without processing.

diff --git a/site/_docs/variables.md b/site/_docs/variables.md index 11ff633b..d3c5d946 100644 --- a/site/_docs/variables.md +++ b/site/_docs/variables.md @@ -114,9 +114,10 @@ following is a reference of the available data.

site.static_files

- A list of all static files (i.e. files not processed by Jekyll's - converters or the Liquid renderer). Each file has three properties: - path, modified_time and extname. + A list of all static files (i.e. + files not processed by Jekyll's converters or the Liquid renderer). + Each file has three properties: path, + modified_time and extname.