List all static files variables (#7002)

Merge pull request 7002
This commit is contained in:
Frank Taillandier 2018-05-09 12:20:23 +02:00 committed by jekyllbot
parent 0c5b74377b
commit e2d8d3b92f
1 changed files with 1 additions and 2 deletions

View File

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