diff options
| author | Pinapelz <yukais@pinapelz.com> | 2024-08-28 01:50:59 -0700 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2024-08-28 01:50:59 -0700 |
| commit | 7ed8ba3647e35eff4b5091cdd4809f88b584fc59 (patch) | |
| tree | 9f400352cce0537d2db09eb2e206afb6d55868e4 /src | |
| parent | 9ead5b0448a34584a7766517fc9422b992116479 (diff) | |
scrub PII for SEO
- After creating more different content better to scrub PII
Diffstat (limited to 'src')
| -rw-r--r-- | src/components/Footer.astro | 2 | ||||
| -rw-r--r-- | src/pages/about.astro | 4 |
2 files changed, 2 insertions, 4 deletions
diff --git a/src/components/Footer.astro b/src/components/Footer.astro index d247595..6b8c3f3 100644 --- a/src/components/Footer.astro +++ b/src/components/Footer.astro @@ -3,7 +3,7 @@ const today = new Date(); --- <footer> - <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> + · <a href="https://github.com/pinapelz">github</a> · <a href="mailto:yukais@pinapelz.com">email</a> <p>powered by Astro</p> </footer> <style> diff --git a/src/pages/about.astro b/src/pages/about.astro index 9736404..fd3eb9a 100644 --- a/src/pages/about.astro +++ b/src/pages/about.astro @@ -9,9 +9,7 @@ import Layout from '../layouts/BlogPost.astro'; heroImage="/603banner.png" > <p> - Hey! Welcome to the About page. I'm Pinapelz, a Software Engineering student at UCI. - I mostly make random stuff, but you'll probably see a lot of vtuber related things (<a href="https://patchwork.moekyun.me/">patchwork archive</a>). - Outside of that though I spend pretty much the remainder of my spare time programming random things or playing JRPGs/MMOs. + Hey, I'm Pinapelz. Welcome to my blog where I ramble about random things, some technical, some not so technical. </p> <h1>why this?</h1> <p> |
