mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-21 21:35:28 +02:00
458 B
458 B
title, description, categories, keywords, action, related, aliases
title | description | categories | keywords | action | related | aliases | ||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
collections.Reverse | Reverses the order of a collection. |
|
|
|
{{ slice 2 1 3 | collections.Reverse }} → [3 1 2]