This commit is contained in:
parent
f86697e00d
commit
265fbcdecb
|
@ -21,6 +21,6 @@ export async function getStaticPaths() {
|
||||||
<Layout title="log101">
|
<Layout title="log101">
|
||||||
<Header />
|
<Header />
|
||||||
<Post post={entry} componentType="full" />
|
<Post post={entry} componentType="full" />
|
||||||
<EmojiReactionForm postId={entry.id} />
|
<EmojiReactionForm entryId={entry.id} />
|
||||||
<Footer />
|
<Footer />
|
||||||
</Layout>
|
</Layout>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user