aboutsummaryrefslogtreecommitdiffstats
path: root/src/components
diff options
context:
space:
mode:
authorPinapelz <donaldshan1@outlook.com>2023-07-24 00:42:28 -0700
committerPinapelz <donaldshan1@outlook.com>2023-07-24 00:42:28 -0700
commit151b21a02e8f43a091ec1a78c794b97f43a5cfc9 (patch)
treed7543ed5d0c5c6900c78ffd503a94c4e9d86906c /src/components
parent338bcf12e0b7bbd6e587ec992e62860642856e80 (diff)
Initial Commit
Diffstat (limited to 'src/components')
-rw-r--r--src/components/Footer.astro2
-rw-r--r--src/components/Header.astro2
2 files changed, 1 insertions, 3 deletions
diff --git a/src/components/Footer.astro b/src/components/Footer.astro
index 08395a4..2f7f5d5 100644
--- a/src/components/Footer.astro
+++ b/src/components/Footer.astro
@@ -3,7 +3,7 @@ const today = new Date();
---
<footer>
- &copy; {today.getFullYear()} YOUR NAME HERE. All rights reserved.
+ <a href="https://pinapelz.moe">hub</a> &middot; <a href="https://github.com/pinapelz">github</a> &middot; <a href="mailto:yshan@pinapelz.com">email</a>
</footer>
<style>
footer {
diff --git a/src/components/Header.astro b/src/components/Header.astro
index 4d3da1f..9f74419 100644
--- a/src/components/Header.astro
+++ b/src/components/Header.astro
@@ -11,8 +11,6 @@ import { SITE_TITLE } from '../consts';
<HeaderLink href="/">Home</HeaderLink>
<HeaderLink href="/blog">Blog</HeaderLink>
<HeaderLink href="/about">About</HeaderLink>
- <HeaderLink href="https://twitter.com/astrodotbuild" target="_blank">Twitter</HeaderLink>
- <HeaderLink href="https://github.com/withastro/astro" target="_blank">GitHub</HeaderLink>
</nav>
</header>
<style>
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage