💄 fixing slug in blogpost to show description
This commit is contained in:
parent
d3a82aa96b
commit
2e4f885f33
1 changed files with 1 additions and 1 deletions
|
@ -16,6 +16,6 @@ const { Content } = await post.render();
|
|||
---
|
||||
|
||||
<BlogPost {...post.data}>
|
||||
<h1>{post.data.title}</h1>
|
||||
<h1>{post.data.description}</h1>
|
||||
<Content />
|
||||
</BlogPost>
|
||||
|
|
Loading…
Reference in a new issue