mirror of https://github.com/gohugoio/hugo
431 B
431 B
title | description | categories | keywords | action | aliases | |||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
collections.Reverse | Reverses the order of a collection. |
|
|
{{ slice 2 1 3 | collections.Reverse }} → [3 1 2]