mirror of
https://github.com/gohugoio/hugo.git
synced 2026-08-24 15:28:54 +00:00
Fix typo (#1524)
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user