refactor: bookmarks becomes a content collection with auto-id
This commit is contained in:
parent
23a267a242
commit
1d8ef601bc
6 changed files with 33 additions and 57 deletions
|
|
@ -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 />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue