static/index.sxml: Use proper capitalisation

This commit is contained in:
cælōrum spectātrīx 2026-02-12 00:45:09 +01:00
parent 9375a052b3
commit f9fa864a72

View file

@ -1,7 +1,7 @@
;; -*- scheme -*- ;; -*- scheme -*-
`((title . "about") `((title . "about")
(content (content
(p "hi i'm afiw/emily (she/her), i'm some sort of linuxposter") (p "hi I'm afiw/emily (she/her), I'm some sort of linuxposter")
(p "my interests include:") (p "my interests include:")
(ul (ul
(li "C programming") (li "C programming")
@ -10,4 +10,4 @@
(li "compiler theory") (li "compiler theory")
(li "linguistics and conlanging") (li "linguistics and conlanging")
(li "music")) (li "music"))
(p "i use gentoo and openbsd btw"))) (p "I use gentoo and openbsd btw")))