mirror of
https://github.com/gohugoio/hugo.git
synced 2026-08-24 23:38:53 +00:00
464 B
464 B
title, description, categories, keywords, menu, function, relatedFunctions, aliases
| title | description | categories | keywords | menu | function | relatedFunctions | aliases | |||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| strings.FirstUpper | Capitalizes the first character of a given string. |
|
|
|
|
|
{{ strings.FirstUpper "foo" }} → "Foo"