Update docs to include extname for static file object in liquid. [ci skip]

This commit is contained in:
Parker Moore 2014-02-19 14:15:03 -05:00
parent e0166682da
commit 88b66858ff
1 changed files with 1 additions and 1 deletions

View File

@ -118,7 +118,7 @@ following is a reference of the available data.
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>
<code>path</code>, <code>modified_time</code> and <code>extname</code>.
</p></td>
</tr>