From 2ca0e73108a908b246cf25e941645dc20e69de21 Mon Sep 17 00:00:00 2001
From: Foster Hangdaan
Date: Tue, 28 Nov 2023 16:20:49 -0500
Subject: [PATCH] Edit home page headings
- Add the appropriate `id` attribute for each heading.
- Change "Latest Blog Posts" to "Blog Posts".
---
index.tsx | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/index.tsx b/index.tsx
index e445ba1..f4c5226 100644
--- a/index.tsx
+++ b/index.tsx
@@ -20,14 +20,14 @@ export default function({ nav }) {
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
+
The best method of reaching me is through my email: foster@hangdaan.email.
If you'd like an encrypted response, you can send me your GPG public key. You can find mine in the GPG Key page.
- Projects
+ Projects
-
GRUB Themes — collection of themes for the GRand Unified Bootloader
@@ -48,7 +48,7 @@ export default function({ nav }) {
View all projects
- Latest Blog Posts
+ Blog Posts
{nav.menu("/blog/posts").children.sort(sortPosts).slice(0,3).map(post => (
-