This commit is contained in:
GennadySpb 2021-09-13 18:23:04 +03:00 committed by GitHub
parent 2fce813c88
commit 09fabf7d66
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -106,7 +106,7 @@ Achievements:
- "Reads documentation" - "Reads documentation"
{{</ code-toggle >}} {{</ 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> <div>Short Description of {{.Site.Data.User0123.Name}}: <p>{{ index .Site.Data.User0123 "Short Description" | markdownify }}</p></div>