feat: add author handle in breadcrumbs

This commit is contained in:
Julien Calixte
2026-02-20 11:16:33 +01:00
parent c8c17d32d6
commit b9744b3734

View File

@@ -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 }}&nbsp;&nbsp;</span> {{ title }}
</div> </div>
</a> </a>
<section class="text-content"> <section class="text-content">