strings.Title
Returns the given string, converting it to title case.
Syntax
strings.Title STRING
Returns
string
Alias
title
{{ title "table of contents (TOC)" }} → Table of Contents (TOC)By default, Hugo follows the capitalization rules published in the Associated Press Stylebook. Change your project configuration if you would prefer to:
- Follow the capitalization rules published in the Chicago Manual of Style
- Capitalize the first letter of every word
- Capitalize the first letter of the first word
- Disable the effects of the
titlefunction
The last option is useful if your theme uses the title function, and you would prefer to manually capitalize strings as needed.
Last updated:
June 18, 2026
:
Merge commit 'c86d9f4aa8a58931f52df6516f10b67c807505fb' (be780afa7)
Improve this page