fix: nav home title not having locale based link (#195) (#233)

fix #195
pull/240/head
Kia King Ishii 4 years ago committed by GitHub
parent 3b4584377c
commit 6538c8e70a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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