mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-13 16:19:31 -04:00
349 B
349 B
title | description | categories | keywords | params | aliases | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
collections.Reverse | Reverses the order of a collection. |
|
|
{{ slice 2 1 3 | collections.Reverse }} → [3 1 2]