mirror of
https://github.com/gohugoio/hugo.git
synced 2025-01-09 11:21:23 +00:00
402 B
402 B
title | description | categories | menu | keywords | signature | relatedfuncs | ||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
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.