From 903d7270e770ba2955d5700a59c8288dd4fc8e6d Mon Sep 17 00:00:00 2001 From: gnat Date: Tue, 18 Feb 2025 12:13:55 -0800 Subject: [PATCH] fix spelling of E-mail because it is funny to be particular about this --- src/html/natalie-info.lisp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/html/natalie-info.lisp b/src/html/natalie-info.lisp index 384ac5a..0246022 100644 --- a/src/html/natalie-info.lisp +++ b/src/html/natalie-info.lisp @@ -84,9 +84,9 @@ (section () (h2 () "contact information") (a (:href "/html/discord.html") "discord: 0x6e6174") - "email: natalie at natalieee.net" (br) + "E-mail: natalie at natalieee.net" (br) "xmpp: nat@natalieee.net" (br) - "mastodon: @0x6e6174@mastodon.catgirl.cloud") + (span () "mastodon: @0x6e6174@mastodon.catgirl.cloud")) (section () (h2 () "cryptography") (blockquote () "ssh:" (br) "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIOs2VLWgMxmQlLFSpOG01v6i5pVLtgHyQg74nwNNYTlT natalie@natalieee.net")