From cda6973714d3770a887df6f6ff451636919170bb Mon Sep 17 00:00:00 2001 From: Elis Eriksson Date: Tue, 7 Jul 2026 22:35:51 +0200 Subject: more aesthetic changes + code formatting --- siteconfig.mjs | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'siteconfig.mjs') diff --git a/siteconfig.mjs b/siteconfig.mjs index 15335d7..ad83bd2 100644 --- a/siteconfig.mjs +++ b/siteconfig.mjs @@ -1,15 +1,15 @@ export const config = { - siteTitle: "Spelis", + siteTitle: "Spelis", - footerLinks: [ - {name: "Github", tooltip: "@Spelis", href:"https://spelis.li/gh"}, - {name: "YouTube", tooltip: "@Spelis", href:"https://spelis.li/yt"}, - {name: "E-Mail", tooltip:"spelis@spelis.li", href:"mailto:spelis@spelis.li"}, - {name: "BlueSky", tooltip:"@spelis.li", href:"https://spelis.li/bsky"}, - ], + footerLinks: [ + { name: "Github", tooltip: "@Spelis", href: "https://spelis.li/gh" }, + { name: "YouTube", tooltip: "@Spelis", href: "https://spelis.li/yt" }, + { name: "E-Mail", tooltip: "spelis@spelis.li", href: "mailto:spelis@spelis.li" }, + { name: "BlueSky", tooltip: "@spelis.li", href: "https://spelis.li/bsky" }, + ], - headerLinks: [ - {name: "Git", href:"https://git.spelis.li/"}, - {name: "Files", href:"https://share.spelis.li/"}, - ] + headerLinks: [ + { name: "Git", href: "https://git.spelis.li/" }, + { name: "Files", href: "https://share.spelis.li/" }, + ] } -- cgit v1.3-7-ge9ab