diff options
| author | Pinapelz <yukais@pinapelz.com> | 2023-10-21 00:11:24 -0700 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2023-10-21 00:11:24 -0700 |
| commit | 91231b2d24a04ad8aee18323b2818a40169befe8 (patch) | |
| tree | fdfcbc6ceba3acdb2aa98f7178fb0adc187a7cf4 /src/components/Footer.astro | |
| parent | e7a9e9aa9a848b2ac2dc94ebdd0ea54a7e7ef922 (diff) | |
change landing page
- remove projects, moved to main site
this is now strictly a blog
Diffstat (limited to 'src/components/Footer.astro')
| -rw-r--r-- | src/components/Footer.astro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/Footer.astro b/src/components/Footer.astro index d005f2a..d40829b 100644 --- a/src/components/Footer.astro +++ b/src/components/Footer.astro @@ -3,7 +3,7 @@ const today = new Date(); --- <footer> - <a href="https://pinapelz.moe">hub</a> · <a href="https://github.com/pinapelz">github</a> · <a href="mailto:yukais@pinapelz.com">email</a> + <a href="https://pinapelz.com">website</a> · <a href="https://pinapelz.moe">hub</a> · <a href="https://github.com/pinapelz">github</a> · <a href="mailto:yukais@pinapelz.com">email</a> </footer> <style> footer { |
