ProseBlogCard
components/prose/BlogCard.vue
Blog post link card with title, description, and author byline. Links to /blog/{slug}.
Usage
<ProseBlogCard
:post = "—"
:author = "author"
/>
Props
| Prop | Type | Default | Description |
|---|---|---|---|
| post | Object | — | Post object with title, description, date, author, slug (required) |
| author | Object | null | Person object for author resolution |