Link things up to the new static files documentation.

This commit is contained in:
Parker Moore 2015-03-19 17:38:43 -07:00
parent ff3edbc16b
commit d15e4a9c8a
2 changed files with 7 additions and 6 deletions

View File

@ -96,9 +96,9 @@ written out to `<dest>/awesome/some_subdir/some_doc/index.html`.
<div class="note info"> <div class="note info">
<h5>Don't forget to add YAML for processing</h5> <h5>Don't forget to add YAML for processing</h5>
<p> <p>
Files in collections that do not have front matter are treated Files in collections that do not have front matter are treated as
as static files and simply copied to their output location without <a href="/docs/static-files">static files</a> and simply copied to their
processing. output location without processing.
</p> </p>
</div> </div>

View File

@ -114,9 +114,10 @@ following is a reference of the available data.
<td><p><code>site.static_files</code></p></td> <td><p><code>site.static_files</code></p></td>
<td><p> <td><p>
A list of all static files (i.e. files not processed by Jekyll's A list of all <a href="/docs/static-files/">static files</a> (i.e.
converters or the Liquid renderer). Each file has three properties: files not processed by Jekyll's converters or the Liquid renderer).
<code>path</code>, <code>modified_time</code> and <code>extname</code>. Each file has three properties: <code>path</code>,
<code>modified_time</code> and <code>extname</code>.
</p></td> </p></td>
</tr> </tr>