From 9898383823047573c9754a26532767d29020ff15 Mon Sep 17 00:00:00 2001
From: Foster Hangdaan
Date: Fri, 15 Sep 2023 16:28:02 -0400
Subject: [PATCH] Stop certain links from opening in a new tab
---
_components/footer.tsx | 4 ++--
about.md | 8 ++++----
gpg-key.md | 6 +++---
index.tsx | 2 +-
4 files changed, 10 insertions(+), 10 deletions(-)
diff --git a/_components/footer.tsx b/_components/footer.tsx
index 30954e6..b2fd34a 100644
--- a/_components/footer.tsx
+++ b/_components/footer.tsx
@@ -7,7 +7,7 @@ export default function({ comp }) {
);
}
diff --git a/about.md b/about.md
index 0eae21e..0356393 100644
--- a/about.md
+++ b/about.md
@@ -3,10 +3,10 @@ title: About
description: About this website and credits where credit is due.
---
-This is the personal website and blog of Foster Hangdaan and was created with [Lume](https://lume.land/){target="_blank"} and [TypeScript](https://www.typescriptlang.org/){target="_blank"}. The website's source code is currently private; though, it could be made public if there is enough interest.
+This is the personal website and blog of Foster Hangdaan and was created with [Lume](https://lume.land/) and [TypeScript](https://www.typescriptlang.org/). The website's source code is currently private; though, it could be made public if there is enough interest.
## Credits
-- The icons are from [Tabler Icons](https://tabler-icons.io/){target="_blank"} and [Simple Icons](https://simpleicons.org/){target="_blank"}.
-- The colour palette of both the light theme and the dark theme is from [Tokyo Night](https://github.com/enkia/tokyo-night-vscode-theme){target="_blank"}.
-- The sans-serif font is [Ubuntu](https://design.ubuntu.com/font){target="_blank"}. The monospace font is [Cascadia Code](https://github.com/microsoft/cascadia-code){target="_blank"}.
+- The icons are from [Tabler Icons](https://tabler-icons.io/) and [Simple Icons](https://simpleicons.org/).
+- The colour palette of both the light theme and the dark theme is from [Tokyo Night](https://github.com/enkia/tokyo-night-vscode-theme).
+- The sans-serif font is [Ubuntu](https://design.ubuntu.com/font). The monospace font is [Cascadia Code](https://github.com/microsoft/cascadia-code).
diff --git a/gpg-key.md b/gpg-key.md
index a2af86a..cab19b5 100644
--- a/gpg-key.md
+++ b/gpg-key.md
@@ -7,12 +7,12 @@ description: Information about my GPG public key and how to obtain it.
{.warning}
> I suggest reading up on GPG if you are unfamiliar with it.
-> You can find information about GPG on the [GnuPG official website](https://gnupg.org/){target="_blank"}.
+> You can find information about GPG on the [GnuPG official website](https://gnupg.org/).
{.info}
## Obtaining My Key
-You can download my public key here: [Foster Hangdaan's Public Key](https://static.fosterhangdaan.com/foster-pubkey.asc){target="_blank"}{download}.
+You can download my public key here: [Foster Hangdaan's Public Key](https://static.fosterhangdaan.com/foster-pubkey.asc){download}.
The key's fingerprint should match the one below:
@@ -26,4 +26,4 @@ uid Foster Hangdaan
Once you have imported my public key, you can use it to verify software and binaries released by me.
-You can also use my public key to encrypt emails you send to me. In that case, I would also need your public key so I can encrypt the emails I send back to you. The excellent [Email Self-Defense Guide by the Free Software Foundation](https://emailselfdefense.fsf.org/){target="_blank"} describes how this process works.
+You can also use my public key to encrypt emails you send to me. In that case, I would also need your public key so I can encrypt the emails I send back to you. The excellent [Email Self-Defense Guide by the Free Software Foundation](https://emailselfdefense.fsf.org/) describes how this process works.
diff --git a/index.tsx b/index.tsx
index 9e0716c..3f19ca8 100644
--- a/index.tsx
+++ b/index.tsx
@@ -17,7 +17,7 @@ export default function({ nav }) {
I am a software developer, open-source enthusiast, lover of pizza, and renegade of funk. I speak fluent English and native Filipino. I also plan on learning German.
- You'll most likely find me within my lab tinkering with my inventions and the latest JavaScript frameworks. Other times, I help in the battle for an open web and for user privacy by contributing in the development of free and open-source software.
+ You'll most likely find me within my lab tinkering with my inventions and the latest JavaScript frameworks. Other times, I help in the battle for an open web and for user privacy by contributing in the development of free and open-source software.
Contact Me