Update header.md.jinja

This commit is contained in:
Lucas
2022-05-20 10:42:39 +02:00
committed by GitHub
parent c81e34e26a
commit d1ce7cd438
+4 -1
View File
@@ -9,7 +9,10 @@
<thead>
<tbody>
<tr><td><b>"{{ quote.content }}"<b><br>by {{ quote.author }}</td></tr>
<tr><td>
<b>"{{ quote.content }}"</b><br>
<i>by {{ quote.author }}</i>
</td></tr>
</tbody>
</table>