add images to posts

This commit is contained in:
Akis 2023-01-05 14:43:24 +02:00
parent 310b7ac0c6
commit 114ad04dd9
Signed by untrusted user: akis
GPG Key ID: 267BF5C6677944ED

View File

@ -3,5 +3,6 @@
</script>
<div class="prose flex flex-col text-justify m-auto">
<img src={data.post.feature_image} alt="{data.post.title} image" class="rounded-2">
{@html data.post.html}
</div>