mirror of https://github.com/gohugoio/hugo
460 B
460 B
title | description | categories | keywords | action | aliases | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
collections.Uniq | Returns the given collection, removing duplicate elements. |
|
|
{{ slice 1 3 2 1 | uniq }} → [1 3 2]