diff --git a/config/_default/languages.en.toml b/config/_default/languages.en.toml
index cbc27cd..ae55ad0 100644
--- a/config/_default/languages.en.toml
+++ b/config/_default/languages.en.toml
@@ -11,7 +11,7 @@ dateFormat = "2 January 2006"
logo = "img/nes-by-smashicons.png"
secondaryLogo = "img/sega-by-smashicons.png"
description = "KilobyteKeith on Twitch"
-copyright = 'Made with ♥ by BinaryDigit'
+copyright = 'Made with ♥ by BinaryDigit'
[author]
name = "KilobyteKeith"
@@ -20,9 +20,9 @@ headline = "Retro Variety Streamer, Chill Dude, First-Person Potato, Flannel Ent
bio = "Retro Variety Streamer, Chill Dude, First-Person Potato, Flannel Enthusiast, Foodie, and Covered in Dog Hair"
links = [
{ twitch = "https://twitch.tv/kilobytekeith" },
- { link = "https://shop.kilobytekeith.com/" },
+ { link = "https://shop.kilobytekeith.com" },
{ bluesky = "https://bsky.app/profile/kilobytekeith.tv" },
- { twitter = "https://twitter.com/kilobytekeith" },
+ { instagram = "https://instagram.com/kilobyte.keith" },
{ youtube = "https://www.youtube.com/@kilobytekeith" },
{ discord = "/discord" },
# { amazon = "https://www.amazon.com/hz/wishlist/ls/wishlist-id" },
@@ -38,7 +38,6 @@ links = [
# { gitlab = "https://gitlab.com/username" },
# { google = "https://www.google.com/" },
# { hashnode = "https://username.hashnode.dev" },
- # { instagram = "https://instagram.com/username" },
# { keybase = "https://keybase.io/username" },
# { kickstarter = "https://www.kickstarter.com/profile/username" },
# { lastfm = "https://lastfm.com/user/username" },
diff --git a/config/_default/menus.en.toml b/config/_default/menus.en.toml
index e3ac67b..f0e2e06 100644
--- a/config/_default/menus.en.toml
+++ b/config/_default/menus.en.toml
@@ -16,12 +16,6 @@
pageRef = "/commands"
weight = 10
-[[main]]
- name = "Gamelist"
- pre = "list"
- pageRef = "/games"
- weight = 20
-
[[main]]
pre = "rss"
url = "/index.xml"