diff options
| author | Pinapelz <donaldshan1@outlook.com> | 2023-07-24 00:42:28 -0700 |
|---|---|---|
| committer | Pinapelz <donaldshan1@outlook.com> | 2023-07-24 00:42:28 -0700 |
| commit | 151b21a02e8f43a091ec1a78c794b97f43a5cfc9 (patch) | |
| tree | d7543ed5d0c5c6900c78ffd503a94c4e9d86906c /src/components | |
| parent | 338bcf12e0b7bbd6e587ec992e62860642856e80 (diff) | |
Initial Commit
Diffstat (limited to 'src/components')
| -rw-r--r-- | src/components/Footer.astro | 2 | ||||
| -rw-r--r-- | src/components/Header.astro | 2 |
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> - © {today.getFullYear()} YOUR NAME HERE. All rights reserved. + <a href="https://pinapelz.moe">hub</a> · <a href="https://github.com/pinapelz">github</a> · <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> |
