summaryrefslogtreecommitdiff
path: root/siteconfig.mjs
diff options
context:
space:
mode:
Diffstat (limited to 'siteconfig.mjs')
-rw-r--r--siteconfig.mjs5
1 files changed, 4 insertions, 1 deletions
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/"},
]