fixed tag display on index
This commit is contained in:
parent
ebf28f8386
commit
336984ad91
1 changed files with 1 additions and 0 deletions
|
|
@ -102,6 +102,7 @@ var { data } = await useAsyncData('home', () => queryContent('blog').sort({id:-1
|
||||||
:subheading="post.date"
|
:subheading="post.date"
|
||||||
:description="post.description"
|
:description="post.description"
|
||||||
:id="post.id"
|
:id="post.id"
|
||||||
|
:tags="post.tags"
|
||||||
/>
|
/>
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue