fix: module listing descriptions

This commit is contained in:
outfoxxed 2024-02-26 00:32:03 -08:00
parent cc201afd3a
commit 230f73d607
Signed by: outfoxxed
GPG Key ID: 4C88A185FB89301E
1 changed files with 1 additions and 1 deletions

View File

@ -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>