diff --git a/content/en/templates/data-templates.md b/content/en/templates/data-templates.md index b3edf8f447..c36344776b 100644 --- a/content/en/templates/data-templates.md +++ b/content/en/templates/data-templates.md @@ -106,7 +106,7 @@ Achievements: - "Reads documentation" {{}} -You can use the following code to render the `Short Description` in your layout:: +You can use the following code to render the `Short Description` in your layout: ```
Short Description of {{.Site.Data.User0123.Name}}:

{{ index .Site.Data.User0123 "Short Description" | markdownify }}