feat: separate tags with and without spaces

with spaces are non-clickable
This commit is contained in:
eggy
2023-05-24 12:46:44 -04:00
parent 4502c819c3
commit 74f7bc1002
6 changed files with 26 additions and 23 deletions

View File

@@ -33,10 +33,9 @@ const descText =
:dest="`/tags/${type}/${tag}`"
v-for="(tag, index) in post.tags"
:key="index"
:name="tag"
:highlight="highlighttags?.includes(tag)"
>
{{ tag }}
</Tag>
/>
</div>
<ContentRenderer :value="post" :excerpt="true" tag="section">
<template #empty>No excerpt available.</template>