💄 fixing slug in blogpost to show description

This commit is contained in:
sindrekjelsrud 2023-08-01 20:09:29 +02:00
parent d3a82aa96b
commit 2e4f885f33

View file

@ -16,6 +16,6 @@ const { Content } = await post.render();
---
<BlogPost {...post.data}>
<h1>{post.data.title}</h1>
<h1>{post.data.description}</h1>
<Content />
</BlogPost>