summaryrefslogtreecommitdiff
path: root/siteconfig.mjs
diff options
context:
space:
mode:
authorJan Palma <honzik@janpalma.cz>2026-02-28 14:32:54 +0100
committerJan Palma <honzik@janpalma.cz>2026-02-28 14:32:54 +0100
commit65f5a0ea6672a55c2034fbd76e68b16da011ae61 (patch)
treede5792f1eb31f5358d543a3bd87a8a935033393e /siteconfig.mjs
parent25debd1aed1d245717ccb608f48e49e3d11a8f39 (diff)
downloadspelis-web-65f5a0ea6672a55c2034fbd76e68b16da011ae61.tar
spelis-web-65f5a0ea6672a55c2034fbd76e68b16da011ae61.tar.gz
spelis-web-65f5a0ea6672a55c2034fbd76e68b16da011ae61.tar.bz2
spelis-web-65f5a0ea6672a55c2034fbd76e68b16da011ae61.tar.lz
spelis-web-65f5a0ea6672a55c2034fbd76e68b16da011ae61.tar.xz
spelis-web-65f5a0ea6672a55c2034fbd76e68b16da011ae61.tar.zst
spelis-web-65f5a0ea6672a55c2034fbd76e68b16da011ae61.zip
Link fixes
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/"},
]