mirror of
https://git.sr.ht/~adnano/kiln
synced 2024-10-30 09:23:09 +00:00
docs: Document reverse function
This commit is contained in:
parent
277842223e
commit
a1d220f13f
|
@ -269,6 +269,9 @@ All templates have the following functions available to them:
|
||||||
*site*
|
*site*
|
||||||
Returns site metadata
|
Returns site metadata
|
||||||
|
|
||||||
|
*reverse* _list_
|
||||||
|
Returns a reversed copy of the provided slice or array.
|
||||||
|
|
||||||
*path.Base* _path_
|
*path.Base* _path_
|
||||||
Returns the last element of path.
|
Returns the last element of path.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue