mirror of
https://github.com/gohugoio/hugo.git
synced 2026-08-24 15:28:54 +00:00
30a20122b7
# Conflicts: # docs/data/docs.yaml
383 B
383 B
title, description, categories, keywords, params, aliases
| title | description | categories | keywords | params | aliases | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| collections.Reverse | Returns a slice by reversing the order of elements in the given slice. |
|
|
{{ slice 2 1 3 | collections.Reverse }} → [3 1 2]