mirror of
https://github.com/gohugoio/hugo.git
synced 2026-09-03 12:12:37 +00:00
648 B
648 B
title, description, godocref, date, publishdate, lastmod, categories, menu, ns, signature, workson, hugoversion, relatedfuncs, deprecated, aliases
| title | description | godocref | date | publishdate | lastmod | categories | menu | 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.