mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-23 21:53:09 +02:00
606 B
606 B
title, linkTitle, description, categories, keywords, menu, function, relatedFunctions, aliases
title | linkTitle | description | categories | keywords | menu | function | relatedFunctions | aliases | |||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
inflect.Singularize | 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.