mirror of
https://github.com/LucasVbr/LucasVbr.git
synced 2026-07-09 14:27:46 +00:00
Update header.md.jinja
This commit is contained in:
@@ -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>
|
||||||
Reference in New Issue
Block a user