1
0
mirror of https://github.com/Mikaela/cv.git synced 2025-02-16 13:30:58 +01:00

Revert "convert the markdown table to html directly"

This reverts commit c4037c92505cc54b7e1cd73751ae2502d37d493c.
This commit is contained in:
Aminda Suomalainen 2021-12-01 10:05:34 +02:00
parent c4037c9250
commit 6799a4d132
Signed by: Mikaela
GPG Key ID: 99392F62BAE30723

View File

@ -170,13 +170,8 @@ Lisätään tähän kun heitä on
-->
<small><table>
<tr>
<td>Versio</td>
<td>Päiväys</td>
</tr>
<tr>
<td>{{ page.versionstring }}</td>
<td>{{ page.date }}</td>
</tr>
</table></small>
<small>
Versio|Päiväys
-----|-----
{{ page.versionstring }}|{{ page.date }}
</small>