mirror of
https://github.com/gohugoio/hugo.git
synced 2026-08-24 15:28:54 +00: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.