Mention :name for collections in the documentation

This commit is contained in:
Chris Frederick 2014-08-26 16:23:15 +09:00
parent 568464bc0e
commit 927edfc078
1 changed files with 8 additions and 0 deletions

View File

@ -92,6 +92,14 @@ For example, if you have `_my_collection/some_subdir/some_doc.md`, it will be wr
<p>Path to the document relative to the collection's directory</p>
</td>
</tr>
<tr>
<td>
<p><code>name</code></p>
</td>
<td>
<p>The document's base filename, with every sequence of spaces and non-alphanumeric characters replaced by a hyphen</p>
</td>
</tr>
<tr>
<td>
<p><code>output_ext</code></p>