Add docs for site.static_files

This commit is contained in:
Parker Moore 2014-02-19 13:35:21 -05:00
parent b5a398bdff
commit d96e62c50f
1 changed files with 10 additions and 0 deletions

View File

@ -112,6 +112,16 @@ following is a reference of the available data.
</p></td> </p></td>
</tr> </tr>
<tr>
<td><p><code>site.static_files</code></p></td>
<td><p>
A list of all static files (i.e. files not processed by Jekyll's
converters or the Liquid renderer). Each file has two properties:
<code>path</code> and <code>modified_time</code>
</p></td>
</tr>
<tr> <tr>
<td><p><code>site.categories.CATEGORY</code></p></td> <td><p><code>site.categories.CATEGORY</code></p></td>
<td><p> <td><p>