Update header.md.jinja

This commit is contained in:
Lucas
2022-05-20 10:38:07 +02:00
committed by GitHub
parent 5a4ca67170
commit b4270d7d2e
+12 -6
View File
@@ -3,10 +3,16 @@
# Hi {{ img(data.hi.src, data.hi.alt, data.hi.width) }}, I'm LucasVbr
### A passionate developer from France
---
<table>
<caption>by {{ quote.author }}</caption>
<thead>
<tr>
<th>Quote of the day</th>
</tr>
<thead>
<tr>
<td>"*{{ quote.content }}*"</td>
</tr>
</table>
"*{{ quote.content }}*"
by {{ quote.author }}
</div>
</div>