fix: 🐛 disable escaping in OG image

This commit is contained in:
Sebin Nyshkim 2024-10-15 00:25:59 +02:00
parent a4b4935561
commit c3c3e571c5

View file

@ -21,7 +21,7 @@
</div>
<div style="flex: 1 1 0; display: flex; flex-flow: column nowrap">
<h1 style="font-size: 72px">{{ title }}</h1>
<h1 style="font-size: 72px">{{ title | safe }}</h1>
<h2 style="margin-top: 64px; font-size: 30px; line-height: 36px">blog.sebin-nyshkim.net</h2>
</div>
</div>