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>
<a
class="nav-bar-title"
:href="$site.base"
:aria-label="`${$site.title}, back to home`"
:href="$withBase($localePath)"
:aria-label="`${$siteByRoute.title}, back to home`"
>
<img
v-if="$themeConfig.logo"

Loading…
Cancel
Save