Merge branch 'main' of github.com:remanso-space/remanso
This commit is contained in:
@@ -74,9 +74,9 @@ const content = computed(() =>
|
||||
const breadcrumb = computed(() =>
|
||||
title.value
|
||||
? author.value?.handle
|
||||
? `${author.value.handle} • ${title.value}`
|
||||
? `${title.value} • ${author.value.handle}`
|
||||
: title.value
|
||||
: ``,
|
||||
: `Remanso`,
|
||||
)
|
||||
|
||||
useTitle(breadcrumb)
|
||||
|
||||
Reference in New Issue
Block a user