Add docs for site.static_files
This commit is contained in:
parent
b5a398bdff
commit
d96e62c50f
|
@ -112,6 +112,16 @@ following is a reference of the available data.
|
|||
|
||||
</p></td>
|
||||
</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>
|
||||
<td><p><code>site.categories.CATEGORY</code></p></td>
|
||||
<td><p>
|
||||
|
|
Loading…
Reference in New Issue