Update header.md.jinja

This commit is contained in:
Lucas
2022-05-20 10:41:01 +02:00
committed by GitHub
parent 89a86f540c
commit 3e504a4f69
+5 -7
View File
@@ -4,15 +4,13 @@
### A passionate developer from France
<table>
<caption>by {{ quote.author }}</caption>
<thead>
<tr>
<th>Quote of the day</th>
</tr>
<tr><th>Quote of the day</th></tr>
<thead>
<tr>
<td>"*{{ quote.content }}*"</td>
</tr>
<tbody>
<tr><td><b>"{{ quote.content }}"<b><br>by {{ quote.author }}</td></tr>
</tbody>
</table>
</div>