mirror of
https://github.com/gohugoio/hugo.git
synced 2026-08-25 07:48:52 +00:00
581 B
581 B
title, linktitle, description, godocref, date, publishdate, lastmod, categories, tags, signature, workson, hugoversion, relatedfuncs, deprecated, aliases
| title | linktitle | description | godocref | date | publishdate | lastmod | categories | tags | signature | workson | hugoversion | relatedfuncs | deprecated | aliases | |||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| singularize | 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.