From d15e4a9c8a494f30a38d6cd94b21c37f746b9235 Mon Sep 17 00:00:00 2001 From: Parker Moore Date: Thu, 19 Mar 2015 17:38:43 -0700 Subject: [PATCH] Link things up to the new static files documentation. --- site/_docs/collections.md | 6 +++--- site/_docs/variables.md | 7 ++++--- 2 files changed, 7 insertions(+), 6 deletions(-) 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.