fix links
This commit is contained in:
@@ -17,10 +17,10 @@ const parentPath = computed(() => {
|
||||
|
||||
<template>
|
||||
<nav class="left flex-col">
|
||||
<RouterLink class="bdr-2" to="/">
|
||||
<RouterLink class="bdr-2 bg-primary" to="/">
|
||||
<a>HOME</a>
|
||||
</RouterLink>
|
||||
<RouterLink class="bdr-2" v-if="parentPath" :to="parentPath">
|
||||
<RouterLink class="bdr-2 bg-primary" v-if="parentPath" :to="parentPath">
|
||||
<a>UP</a>
|
||||
</RouterLink>
|
||||
</nav>
|
||||
|
||||
@@ -4,9 +4,14 @@
|
||||
<!-- <img src="/img/stamps/portal.gif" />
|
||||
<img src="/img/stamps/miku.gif" />
|
||||
<img src="/img/stamps/utau.gif" /> -->
|
||||
<div class="flex-row center-content">
|
||||
<p>--> make webring w me --></p>
|
||||
<a href="https://www.adam-french.co.uk">
|
||||
<img src="/img/stamps/mine.gif" />
|
||||
<img
|
||||
src="https://www.adam-french.co.uk/img/stamps/mine.gif"
|
||||
/>
|
||||
</a>
|
||||
</div>
|
||||
<div class="flex-row center-content">
|
||||
<p>--> hit up bro --></p>
|
||||
<a href="https://jacobbarron.xyz">
|
||||
|
||||
Reference in New Issue
Block a user