diff --git a/main-site/hugo.yaml b/main-site/hugo.yaml
index 4e61c3e..27480f6 100644
--- a/main-site/hugo.yaml
+++ b/main-site/hugo.yaml
@@ -9,13 +9,14 @@ enableEmoji: true
Params:
description: Silly maker of things
name: temper.tv
- twitch: https://twitch.tv/tempersama_
- gitlab: https://git.shockrah.xyz/shockrah
- github: https://github.com/tempersama
- mastodon: https://mastodon.social/@tempertv
- instagram: https://www.instagram.com/temper.sama/
- bluesky: https://bsky.app/profile/tempersama.bsky.social
- x: https://x.com/temper_xyz
+ socials:
+ - git: https://git.shockrah.xyz/shockrah
+ - github: https://github.com/tempersama
+ - twitch: https://twitch.tv/tempersama_
+ - mastodon: https://mastodon.social/@tempertv
+ - bluesky: https://bsky.app/profile/tempersama.bsky.social
+ - instagram: https://www.instagram.com/temper.sama/
+ - twitter-x: https://x.com/temper_xyz
# Here we link the fun stuff ;)
launchpad:
diff --git a/main-site/themes/temper/layouts/partials/socials.html b/main-site/themes/temper/layouts/partials/socials.html
index 7e0c710..9aa40ec 100644
--- a/main-site/themes/temper/layouts/partials/socials.html
+++ b/main-site/themes/temper/layouts/partials/socials.html
@@ -1,18 +1,7 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+{{ range .Site.Params.Socials }}
+ {{ range $social, $link := . }}
+
+
+
+ {{ end }}
+{{ end }}