diff --git a/src/lib/components/PostSection.svelte b/src/lib/components/PostSection.svelte index f147a20f..3aa1c711 100644 --- a/src/lib/components/PostSection.svelte +++ b/src/lib/components/PostSection.svelte @@ -433,11 +433,10 @@ $: { {posts?.title} - {#if !posts?.pinned} +
{@html posts?.description?.length > 182 ? posts?.description.slice(0, 182) + "..." : posts?.description}
- {/if}