From 09fabf7d66a0c7a28e0f569a3aae7664133ecbf0 Mon Sep 17 00:00:00 2001 From: GennadySpb Date: Mon, 13 Sep 2021 18:23:04 +0300 Subject: [PATCH] Fix typo (#1524) --- content/en/templates/data-templates.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/templates/data-templates.md b/content/en/templates/data-templates.md index b3edf8f44..c36344776 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 }}