diff options
Diffstat (limited to 'haunt/pages/about.sxml')
| -rw-r--r-- | haunt/pages/about.sxml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/haunt/pages/about.sxml b/haunt/pages/about.sxml index 56b6abf..4b82736 100644 --- a/haunt/pages/about.sxml +++ b/haunt/pages/about.sxml @@ -330,7 +330,7 @@ old." (theme #:title "About" #:content - (ul (@ (class "horizontal-list")) + `((ul (@ (class "horizontal-list")) (li "Email: " (strong "zerodaysfordays at sdf.org")) (li "XMPP: " (strong "jakob at xmpp.is")) (li "IRC: " (strong "tsarfox on irc.libera.chat."))) @@ -349,7 +349,7 @@ old." (p "My name's Jakob, and I'm a self-taught " ,(hyperlink "https://www.gnu.org/philosophy/free-sw.html" "free software") ,(hyperlink "https://en.wikipedia.org/wiki/Hacker_culture#Definition" " hacker") - ". I'm into functional programming, computer security, permaculture, and lifting + ". I'm into formal methods, functional programming, computer security, and lifting weights.") (p "That's the short version. I have a longer biography available " ,(hyperlink "/pages/about-complete.html" "here") ".") (p "If you have sent an email to an address of mine |