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