diff --git a/static/index.sxml b/static/index.sxml index 22bc127..22e637a 100644 --- a/static/index.sxml +++ b/static/index.sxml @@ -1,7 +1,7 @@ ;; -*- scheme -*- `((title . "about") (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:") (ul (li "C programming") @@ -10,4 +10,4 @@ (li "compiler theory") (li "linguistics and conlanging") (li "music")) - (p "i use gentoo and openbsd btw"))) + (p "I use gentoo and openbsd btw")))