mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-21 21:35:28 +02:00
402 B
402 B
title, description, categories, menu, keywords, signature, relatedfuncs
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.