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