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