Move controllers to individual pages

This commit is contained in:
Marc Riera Irigoyen 2022-04-18 20:24:59 +02:00
parent 29dc5c1e56
commit 25dc26cc0a
21 changed files with 517 additions and 316 deletions

View file

@ -2,7 +2,7 @@
<table>
<tr>
<td rowspan="4" id="image">{{ if (index .Site.Data.controllers (.Get 0)).image}}<img src="/images/controllers/{{ (index .Site.Data.controllers (.Get 0)).image }}"/>{{ end }}</td>
<td rowspan="0" id="image">{{ if (index .Site.Data.controllers (.Get 0)).image}}<img src="/images/controllers/{{ (index .Site.Data.controllers (.Get 0)).image }}"/>{{ end }}</td>
<td><strong>Name</strong></td>
<td>{{ (index .Site.Data.controllers (.Get 0)).name }}</td>
</tr>
@ -20,7 +20,7 @@
</tr>
</table>
## Supported software
## Supported software (WIP)
<table>
<tr>

View file

@ -2,7 +2,7 @@
<table>
<tr>
<td rowspan="5" id="image">{{ if (index .Site.Data.software (.Get 0)).image}}<img src="/images/software/{{ (index .Site.Data.software (.Get 0)).image }}"/>{{ end }}</td>
<td rowspan="0" id="image">{{ if (index .Site.Data.software (.Get 0)).image}}<img src="/images/software/{{ (index .Site.Data.software (.Get 0)).image }}"/>{{ end }}</td>
<td><strong>Name</strong></td>
<td>{{ (index .Site.Data.software (.Get 0)).name }}</td>
</tr>