mirror of
https://github.com/LucasVbr/LucasVbr.git
synced 2026-05-15 17:11:52 +00:00
Update header.md.jinja
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user