feat: add author handle in breadcrumbs
This commit is contained in:
@@ -78,7 +78,7 @@ watch(
|
||||
class="title-stacked-note breadcrumbs text-sm"
|
||||
:class="titleClassName"
|
||||
>
|
||||
<span v-if="author">{{ author.handle }} •</span> {{ title }}
|
||||
<span v-if="author">{{ author.handle }} • </span> {{ title }}
|
||||
</div>
|
||||
</a>
|
||||
<section class="text-content">
|
||||
|
||||
Reference in New Issue
Block a user