refactor: bookmarks becomes a content collection with auto-id

This commit is contained in:
Lewis Wynne 2026-01-29 02:10:33 +00:00
parent 23a267a242
commit 1d8ef601bc
6 changed files with 33 additions and 57 deletions

View file

@ -41,7 +41,6 @@ function formatDate(date: Date): string {
<Layout title={`${post.data.title} - lewis m.w.`}>
<article>
<p class="muted">[DRAFT] <a href="/draft/">back to drafts</a></p>
<h1>{post.data.title}</h1>
<p class="muted" style="margin-top: 0;">{formatDate(post.data.date)}</p>
<Content />