Fix header redirection
This commit is contained in:
parent
16b121b598
commit
a022c4dbfc
@ -2,14 +2,14 @@
|
|||||||
<div class="home-header">
|
<div class="home-header">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<header>
|
<header>
|
||||||
<a class="brand" href="/">
|
<router-link class="brand" :to="{ name: 'index' }">
|
||||||
<img
|
<img
|
||||||
class="brand-logo"
|
class="brand-logo"
|
||||||
src="//via.placeholder.com/256"
|
src="//via.placeholder.com/256"
|
||||||
alt="Brand Logo"
|
alt="Brand Logo"
|
||||||
/>
|
/>
|
||||||
<span class="brand-name">Daniel de Cloet</span>
|
<span class="brand-name">Daniel de Cloet</span>
|
||||||
</a>
|
</router-link>
|
||||||
<nav class="site-nav">
|
<nav class="site-nav">
|
||||||
<site-nav></site-nav>
|
<site-nav></site-nav>
|
||||||
</nav>
|
</nav>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user