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
+11 -5
View File
@@ -3,10 +3,16 @@
# Hi {{ img(data.hi.src, data.hi.alt, data.hi.width) }}, I'm LucasVbr # Hi {{ img(data.hi.src, data.hi.alt, data.hi.width) }}, I'm LucasVbr
### A passionate developer from France ### A passionate developer from France
--- <table>
<caption>by {{ quote.author }}</caption>
"*{{ quote.content }}*" <thead>
<tr>
by {{ quote.author }} <th>Quote of the day</th>
</tr>
<thead>
<tr>
<td>"*{{ quote.content }}*"</td>
</tr>
</table>
</div> </div>