mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-21 21:35:28 +02:00
404 B
404 B
title, description, keywords, categories, menu, toc, signature, relatedfuncs
title | description | keywords | categories | menu | toc | signature | relatedfuncs | |||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
upper | Converts all characters in a string to uppercase |
|
|
|
Note that upper
can be applied in your templates in more than one way:
{{ upper "BatMan" }} → "BATMAN"
{{ "BatMan" | upper }} → "BATMAN"