From 65f5a0ea6672a55c2034fbd76e68b16da011ae61 Mon Sep 17 00:00:00 2001 From: Jan Palma Date: Sat, 28 Feb 2026 14:32:54 +0100 Subject: Link fixes --- siteconfig.mjs | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'siteconfig.mjs') diff --git a/siteconfig.mjs b/siteconfig.mjs index 834b707..16f55a2 100644 --- a/siteconfig.mjs +++ b/siteconfig.mjs @@ -2,11 +2,14 @@ export const config = { siteTitle: "/home/spelis", - socials: [ + footerLinks: [ {name: "Git", href:"https://git.spelis.projnull.eu/"}, {name: "Github", href:"https://github.com/spelis/"}, {name: "YouTube", href:"https://www.youtube.com/@Spelis"}, {name: "E-Mail", href:"mailto:spelis.loves.rust@gmail.com"}, + ], + + headerLinks: [ {name: "Skolmaten", href:"https://spelis.projnull.eu/skolmaten/"}, {name: "File Share", href:"https://share.spelis.projnull.eu/"}, ] -- cgit v1.3-7-ge9ab