diff --git a/content/functions/title.md b/content/functions/title.md index 3ecf1ac34..d65552178 100644 --- a/content/functions/title.md +++ b/content/functions/title.md @@ -23,3 +23,11 @@ aliases: [] ``` {{title "BatMan"}}` → "Batman" ``` + +Can be combined in pipes. In the following snippet, the link text is cleaned up using `humanize` to remove dashes and `title` to convert the value of `$name` to Intial Caps. + +``` +{{ range $name, $items := .Site.Taxonomies.categories }} +