feat: add author to breadcrumb

This commit is contained in:
Julien Calixte
2026-02-20 10:00:41 +01:00
parent 8da5dcc50f
commit 96641fe1be
2 changed files with 2 additions and 2 deletions

View File

@@ -122,7 +122,7 @@ watch(
class="title-stacked-note-link"
@click.prevent="scrollToFocusedNote()"
v-if="author && title"
>{{ title }}</a
>{{ author.handle }} {{ title }}</a
>
</div>