This commit is contained in:
GennadySpb
2021-09-13 18:23:04 +03:00
committed by GitHub
parent 2fce813c88
commit 09fabf7d66
+1 -1
View File
@@ -106,7 +106,7 @@ Achievements:
- "Reads documentation"
{{</ code-toggle >}}
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:
```
<div>Short Description of {{.Site.Data.User0123.Name}}: <p>{{ index .Site.Data.User0123 "Short Description" | markdownify }}</p></div>