mirror of
https://github.com/gohugoio/hugo.git
synced 2026-08-25 07:48:52 +00:00
548 B
548 B
title, description, categories, keywords, action, aliases
| title | description | categories | keywords | action | aliases | |||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| strings.Trim | Returns the given string, removing leading and trailing characters specified in the cutset. |
|
|
{{ trim "++foo--" "+-" }} → foo