Merge pull request #2829 from kansaichris/collections-permalink-docs
This commit is contained in:
commit
8993cbe445
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue