Make logo link to "/" instead of pulling setting from config

This commit is contained in:
Hippo 2019-12-24 14:10:26 +05:30
parent a6df86542c
commit 10bd7d5e32
1 changed files with 1 additions and 1 deletions

View File

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