diff options
| author | Elis Eriksson <spelis@spelis.li> | 2026-07-07 22:35:51 +0200 |
|---|---|---|
| committer | Elis Eriksson <spelis@spelis.li> | 2026-07-07 22:35:51 +0200 |
| commit | cda6973714d3770a887df6f6ff451636919170bb (patch) | |
| tree | c1113f257d9982bf6982a31fd63b251eeec421fd /siteconfig.mjs | |
| parent | bd65a742f81157b5c4c9fe399db65a0c1838f47d (diff) | |
| download | spelis-web-cda6973714d3770a887df6f6ff451636919170bb.tar spelis-web-cda6973714d3770a887df6f6ff451636919170bb.tar.gz spelis-web-cda6973714d3770a887df6f6ff451636919170bb.tar.bz2 spelis-web-cda6973714d3770a887df6f6ff451636919170bb.tar.lz spelis-web-cda6973714d3770a887df6f6ff451636919170bb.tar.xz spelis-web-cda6973714d3770a887df6f6ff451636919170bb.tar.zst spelis-web-cda6973714d3770a887df6f6ff451636919170bb.zip | |
more aesthetic changes + code formatting
Diffstat (limited to 'siteconfig.mjs')
| -rw-r--r-- | siteconfig.mjs | 22 |
1 files changed, 11 insertions, 11 deletions
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/" }, + ] } |
