2
1
Fork 0
quickshell-docs/layouts/shortcodes/qmlmodulelisting.html

9 lines
209 B
HTML

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