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 ### A passionate developer from France
<table> <table>
<caption>by {{ quote.author }}</caption>
<thead> <thead>
<tr> <tr><th>Quote of the day</th></tr>
<th>Quote of the day</th>
</tr>
<thead> <thead>
<tr>
<td>"*{{ quote.content }}*"</td> <tbody>
</tr> <tr><td><b>"{{ quote.content }}"<b><br>by {{ quote.author }}</td></tr>
</tbody>
</table> </table>
</div> </div>