Skip to content

Commit

Permalink
fix: nav home title not having locale based link (#195) (#233)
Browse files Browse the repository at this point in the history
fix #195
  • Loading branch information
kiaking committed Feb 11, 2021
1 parent 3b45843 commit 6538c8e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/client/theme-default/components/NavBarTitle.vue
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 6538c8e

Please sign in to comment.