mirror of
https://github.com/gohugoio/hugo.git
synced 2026-09-02 11:42:37 +00:00
7fd64f19c8
It's a beautiful thing. A thousand thanks, Bud. See PR rdwatters/hugo-docs-concept#118
647 B
647 B
title, description, godocref, date, publishdate, lastmod, categories, menu, tags, ns, signature, workson, hugoversion, relatedfuncs, deprecated, aliases
| title | description | godocref | date | publishdate | lastmod | categories | menu | tags | ns | signature | workson | hugoversion | relatedfuncs | deprecated | aliases | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| singularize | Converts a word according to a set of common English singularization rules. | 2017-02-01 | 2017-02-01 | 2017-02-01 |
|
|
|
|
false |
singularize converts a word according to a set of common English singularization rules.
{{ "cats" | singularize }} → "cat"
See also the .Data.Singular taxonomy variable for singularizing taxonomy names.