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