mirror of
https://github.com/tiennm99/hugoDocs.git
synced 2026-09-17 04:19:12 +00:00
319 B
319 B
title, description, categories, menu, keywords, signature, hugoversion, aliases
| title | description | categories | menu | keywords | signature | hugoversion | aliases | |||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| strings.FirstUpper | Capitalizes the first character of a given string. |
|
|
|
|
{{ strings.FirstUpper "foo" }} → "Foo"