Add documentation
This commit is contained in:
parent
558d0e8ac9
commit
14e0abc4e2
|
@ -184,6 +184,18 @@ common tasks easier.
|
||||||
</p>
|
</p>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td>
|
||||||
|
<p class="name"><strong>Sort</strong></p>
|
||||||
|
<p>Sort array. Optional arguments: property, nils last.</p>
|
||||||
|
</td>
|
||||||
|
<td class="align-center">
|
||||||
|
<p>
|
||||||
|
<code class="filter">{% raw %}{{ page.tags | sort }}{% endraw %}</code>
|
||||||
|
<code class="filter">{% raw %}{{ site.pages | sort: 'title', true }}{% endraw %}</code>
|
||||||
|
</p>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue