|
|
@ -40,7 +40,7 @@ const target = computed(() =>
|
|
|
|
<slot name="nav-bar-title-before" />
|
|
|
|
<slot name="nav-bar-title-before" />
|
|
|
|
<VPImage v-if="theme.logo" class="logo" :image="theme.logo" />
|
|
|
|
<VPImage v-if="theme.logo" class="logo" :image="theme.logo" />
|
|
|
|
<template v-if="theme.siteTitle">{{ theme.siteTitle }}</template>
|
|
|
|
<template v-if="theme.siteTitle">{{ theme.siteTitle }}</template>
|
|
|
|
<template v-else-if="theme.siteTitle === undefined">{{ site.title }}</template>
|
|
|
|
<template v-else-if="theme.siteTitle === undefined"><span>{{ site.title }}</span></template>
|
|
|
|
<slot name="nav-bar-title-after" />
|
|
|
|
<slot name="nav-bar-title-after" />
|
|
|
|
</a>
|
|
|
|
</a>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|