fix: nav home title not having locale based link

pull/233/head
Kia King Ishii 5 years ago
parent 3b4584377c
commit 4cdf3df8bf

@ -1,8 +1,8 @@
<template> <template>
<a <a
class="nav-bar-title" class="nav-bar-title"
:href="$site.base" :href="$withBase($localePath)"
:aria-label="`${$site.title}, back to home`" :aria-label="`${$siteByRoute.title}, back to home`"
> >
<img <img
v-if="$themeConfig.logo" v-if="$themeConfig.logo"

Loading…
Cancel
Save