fix: tag cleanup
This commit is contained in:
parent
74f7bc1002
commit
1c1cb3bf8a
@ -27,9 +27,8 @@ const latest = docs.at(-1) as BlogParsedContent;
|
||||
v-for="(tag, index) in latest.tags"
|
||||
:key="index"
|
||||
:dest="`/tags/blog/${tag}`"
|
||||
>
|
||||
{{ tag }}
|
||||
</Tag>
|
||||
:name="tag"
|
||||
/>
|
||||
</div>
|
||||
<ContentRenderer
|
||||
tag="article"
|
||||
|
Loading…
Reference in New Issue
Block a user