site.static_files is only available in the latest development version of Jekyll.

Ref: #2075
This commit is contained in:
Parker Moore 2014-02-25 10:57:21 -05:00
parent 5daf987c8b
commit f24a3c67ed
2 changed files with 4 additions and 0 deletions

View File

@ -73,6 +73,7 @@ instances of
and are available via `site.pages`. Static files become instances of and are available via `site.pages`. Static files become instances of
[`Jekyll::StaticFile`]({{ site.repository }}/blob/master/lib/jekyll/static_file.rb) [`Jekyll::StaticFile`]({{ site.repository }}/blob/master/lib/jekyll/static_file.rb)
and are available via `site.static_files`. See and are available via `site.static_files`. See
[the Variables documentation page](../installation/) and
[`Jekyll::Site`]({{ site.repository }}/blob/master/lib/jekyll/site.rb) [`Jekyll::Site`]({{ site.repository }}/blob/master/lib/jekyll/site.rb)
for more details. for more details.

View File

@ -119,6 +119,9 @@ following is a reference of the available data.
A list of all static files (i.e. files not processed by Jekyll's A list of all static files (i.e. files not processed by Jekyll's
converters or the Liquid renderer). Each file has three properties: converters or the Liquid renderer). Each file has three properties:
<code>path</code>, <code>modified_time</code> and <code>extname</code>. <code>path</code>, <code>modified_time</code> and <code>extname</code>.
<strong>Note: this is only available in <a
href="../installation/">the latest development
version.</a></strong>
</p></td> </p></td>
</tr> </tr>