mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-22 21:42:50 +02:00
Merge commit 'f96384a3b596f9bc0a3a035970b09b2c601f0ccb'
This commit is contained in:
@@ -4,11 +4,9 @@ description: Capitalizes the first character of a given string.
|
||||
categories: [functions]
|
||||
menu:
|
||||
docs:
|
||||
parent: "functions"
|
||||
parent: functions
|
||||
keywords: [strings capitalize uppercase first]
|
||||
signature: ["strings.FirstUpper STRING"]
|
||||
hugoversion:
|
||||
aliases: []
|
||||
---
|
||||
|
||||
{{ strings.FirstUpper "foo" }} → "Foo"
|
||||
|
Reference in New Issue
Block a user