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

@@ -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">

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>