Make logo link to "/" instead of pulling setting from config
This commit is contained in:
parent
a6df86542c
commit
10bd7d5e32
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
|||
<div v-if="logo">
|
||||
<a v-if="$static.metadata.ghost.logo"
|
||||
class="site-nav-logo"
|
||||
:href="$static.metadata.siteUrl||$static.metadata.ghost.url">
|
||||
href="/">
|
||||
<img :src="$static.metadata.ghost.logo"
|
||||
:alt="$static.metadata.siteName||$static.metadata.ghost.title">
|
||||
</a>
|
||||
|
|
Loading…
Reference in a new issue