Navbar typo: redirect to full site URL, not just '/'
This commit is contained in:
parent
6abe472d5b
commit
bd90d5168a
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
||||||
<div v-if="logo">
|
<div v-if="logo">
|
||||||
<a v-if="$static.metadata.ghost.logo"
|
<a v-if="$static.metadata.ghost.logo"
|
||||||
class="site-nav-logo"
|
class="site-nav-logo"
|
||||||
href="/">
|
:href="$static.metadata.siteUrl||$static.metadata.ghost.url">
|
||||||
<img :src="$static.metadata.ghost.logo"
|
<img :src="$static.metadata.ghost.logo"
|
||||||
:alt="$static.metadata.siteName||$static.metadata.ghost.title">
|
:alt="$static.metadata.siteName||$static.metadata.ghost.title">
|
||||||
</a>
|
</a>
|
||||||
|
|
Loading…
Reference in a new issue