mirror of
https://github.com/ProjectSegfault/website.git
synced 2024-11-22 16:13:00 +05:30
fix some blog stuff
This commit is contained in:
parent
53fcb5954c
commit
03a19fff53
@ -2,11 +2,13 @@
|
||||
export let data: any;
|
||||
</script>
|
||||
|
||||
<div class="prose flex flex-col text-justify m-auto">
|
||||
<img
|
||||
src={data.post.feature_image}
|
||||
alt="{data.post.title} image"
|
||||
class="rounded"
|
||||
/>
|
||||
<div class="prose flex flex-col m-auto">
|
||||
{#if data.post.feature_image}
|
||||
<img
|
||||
src={data.post.feature_image}
|
||||
alt="{data.post.title} image"
|
||||
class="rounded"
|
||||
/>
|
||||
{/if}
|
||||
{@html data.post.html}
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user