add images to posts

This commit is contained in:
2023-01-05 14:43:24 +02:00
parent 310b7ac0c6
commit 114ad04dd9

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>