2
1
Fork 0

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

View file

@ -2,7 +2,7 @@
{{- range $name, $module := .Site.Data.modules -}} {{- range $name, $module := .Site.Data.modules -}}
<tr> <tr>
<td><a href="/docs/types/{{ lower $name }}">{{ $name }}</a></td> <td><a href="/docs/types/{{ lower $name }}">{{ $name }}</a></td>
<td>{{ $module.index.shortDescription }}</td> <td>{{ $module.index.description }}</td>
</tr> </tr>
{{- end -}} {{- end -}}
</table> </table>