mirror of
https://github.com/ProjectSegfault/website.git
synced 2024-11-23 08:33:01 +05:30
add images to posts
This commit is contained in:
parent
310b7ac0c6
commit
114ad04dd9
@ -3,5 +3,6 @@
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<div class="prose flex flex-col text-justify m-auto">
|
<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}
|
{@html data.post.html}
|
||||||
</div>
|
</div>
|
Loading…
Reference in New Issue
Block a user