fix: 🐛 disable escaping in OG image
This commit is contained in:
parent
a4b4935561
commit
c3c3e571c5
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue