Remove serial code from lists

This commit is contained in:
Marc Riera 2022-04-13 10:16:45 +02:00
parent 44bfe4f8ed
commit 68b3d702b1
2 changed files with 24 additions and 24 deletions

View file

@ -44,7 +44,7 @@
</tr>
{{ range (index .Site.Data.software (.Get 0)).controllers }}
<tr>
<td>{{ (index $.Site.Data.controllers .model).code }}: {{ (index $.Site.Data.controllers .model).name }}</td>
<td>{{ (index $.Site.Data.controllers .model).name }}</td>
<td id="{{ if or .unofficial .partial }}partial{{ else }}native{{ end }}">{{ if .unofficial }}Unofficial{{ else if .partial }}Partial{{ else }}Native{{ end }}</td>
<td>{{ .notes }}</td>
</tr>