BlogPostComments.svelte

view source

Declarations
#

BlogPostComments
#

BlogPostComments.svelte view source

import BlogPostComments from '@fuzdev/fuz_blog/BlogPostComments.svelte';

item

type { tags: string[]; title: string; slug: string; date_published: string; date_modified: string; summary: string; id: string; url: string; pathname: string; blog_post_id: number; comments?: { url: string; type: "mastodon"; } | undefined; }

separator?

type Snippet<[]>
optional default default_separator

Depends on
#