relative links

This commit is contained in:
Ayo Ayco 2023-03-03 13:03:54 +01:00
parent 8b0da44931
commit 48e8c98564
2 changed files with 5 additions and 5 deletions

View file

@ -37,13 +37,13 @@ import Footer from "../components/Footer.astro";
/> />
<Card <Card
newTab={true} newTab={true}
href="https://ayco.io/cv" href="/cv"
title="CV / Resume" title="CV / Resume"
body="Download and peruse my skills and experience" body="Download and peruse my skills and experience"
/> />
<Card <Card
newTab={true} newTab={true}
href="https://ayco.io/github" href="/github"
title="Github" title="Github"
body="See my public projects over at Github" body="See my public projects over at Github"
/> />

View file

@ -16,21 +16,21 @@ import Back from "../components/Back.astro";
<Card <Card
newTab={true} newTab={true}
rel="me" rel="me"
href="https://ayco.io/mastodon" href="/mastodon"
title="#Fediverse" title="#Fediverse"
body="Follow my social microblog" body="Follow my social microblog"
/> />
<Card <Card
newTab={true} newTab={true}
rel="me" rel="me"
href="https://ayco.io/linkedin" href="/linkedin"
title="LinkedIn" title="LinkedIn"
body="Connect with me and my professional network" body="Connect with me and my professional network"
/> />
<Card <Card
newTab={true} newTab={true}
rel="me" rel="me"
href="https://ayco.io/soundcloud" href="/soundcloud"
title="SoundCloud" title="SoundCloud"
body="Some music I made as a hobby" body="Some music I made as a hobby"
/> />