From f9fa864a7298048baad69908af4d72efe2795b74 Mon Sep 17 00:00:00 2001 From: afiw Date: Thu, 12 Feb 2026 00:45:09 +0100 Subject: [PATCH] static/index.sxml: Use proper capitalisation --- static/index.sxml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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")))