We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54042ef commit 6b1f951Copy full SHA for 6b1f951
src/client/theme-default/components/VPNavBarTitle.vue
@@ -39,8 +39,8 @@ const target = computed(() =>
39
>
40
<slot name="nav-bar-title-before" />
41
<VPImage v-if="theme.logo" class="logo" :image="theme.logo" />
42
- <template v-if="theme.siteTitle">{{ theme.siteTitle }}</template>
43
- <template v-else-if="theme.siteTitle === undefined">{{ site.title }}</template>
+ <template v-if="theme.siteTitle"><span>{{ theme.siteTitle }}</span></template>
+ <template v-else-if="theme.siteTitle === undefined"><span>{{ site.title }}</span></template>
44
<slot name="nav-bar-title-after" />
45
</a>
46
</div>
0 commit comments