fix: module listing descriptions
This commit is contained in:
parent
cc201afd3a
commit
230f73d607
|
@ -2,7 +2,7 @@
|
|||
{{- range $name, $module := .Site.Data.modules -}}
|
||||
<tr>
|
||||
<td><a href="/docs/types/{{ lower $name }}">{{ $name }}</a></td>
|
||||
<td>{{ $module.index.shortDescription }}</td>
|
||||
<td>{{ $module.index.description }}</td>
|
||||
</tr>
|
||||
{{- end -}}
|
||||
</table>
|
||||
|
|
Loading…
Reference in a new issue