mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-21 21:35:28 +02:00
292 B
292 B
title, description, categories, menu, keywords, signature
title | description | categories | menu | keywords | signature | |||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
strings.FirstUpper | Capitalizes the first character of a given string. |
|
|
|
|
{{ strings.FirstUpper "foo" }} → "Foo"