mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-21 21:35:28 +02:00
``` git subtree add --prefix=docs/ https://github.com/gohugoio/hugoDocs.git master --squash ``` Closes #11925
539 B
539 B
title, description, categories, keywords, action, aliases
title | description | categories | keywords | action | aliases | |||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
inflect.Singularize | Singularizes the given word according to a set of common English singularization rules. |
|
|
{{ "cats" | singularize }} → cat
See also the .Data.Singular
taxonomy variable for singularizing taxonomy names.