From 64c1cc3dbae22ebd7873475ed60eb282e3b72c5f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Erik=20Pedersen?= Date: Wed, 10 Jul 2019 15:27:41 +0200 Subject: [PATCH] Update title.md --- content/en/functions/title.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/content/en/functions/title.md b/content/en/functions/title.md index 63a34835fe..da4054bbd8 100644 --- a/content/en/functions/title.md +++ b/content/en/functions/title.md @@ -31,3 +31,7 @@ Can be combined in pipes. In the following snippet, the link text is cleaned up
  • {{ $name | humanize | title }} ({{ len $items }})
  • {{ end }} ``` + +## Configure Title Case + +The default is AP Stylebook, but you can [configure it](/getting-started/configuration/#configure-title-case).