diff options
| author | Jakob L. Kreuze <zerodaysfordays@sdf.org> | 2023-08-05 18:41:57 -0400 |
|---|---|---|
| committer | Jakob L. Kreuze <zerodaysfordays@sdf.org> | 2023-08-05 18:41:57 -0400 |
| commit | e2911e800d659ded983fcc71f5e1b369cff88667 (patch) | |
| tree | 6ea48e75bac9476b541757bc8d8caf408375f340 /haunt/pages/about.sxml | |
| parent | 9e38628123fe106cda7f5845ce53fa0cd4ea25c0 (diff) | |
[pages] Footnote about Jabber
Diffstat (limited to 'haunt/pages/about.sxml')
| -rw-r--r-- | haunt/pages/about.sxml | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/haunt/pages/about.sxml b/haunt/pages/about.sxml index bac23e1..8c5eb27 100644 --- a/haunt/pages/about.sxml +++ b/haunt/pages/about.sxml @@ -26,7 +26,7 @@ #:content `((ul (@ (class "horizontal-list")) (li "Email: " (strong "zerodaysfordays at sdf.org")) - (li "XMPP: " (strong "jakob at xmpp.is")) + (li "XMPP¹: " (strong "jakob at xmpp.is")) (li "IRC: " (strong "tsarfox on irc.libera.chat."))) (ul (@ (class "horizontal-list")) (li "GPG: " ,(hyperlink "/static/gpg.txt" "6581 A4FC 404F 6434 AEA3 008C 45ED 4DC3 05BA DA33"))) @@ -57,4 +57,7 @@ received it. SDF has discontinued mail service on that domain. As such, " (section (h4 ,(hyperlink "/bookmark" "Bookmarks")) (p "Collection of some things that I especially enjoyed reading.")) (section (h4 ,(hyperlink "/pages/changelog.html" "Changelog")) - (p "A record of any notable user-facing changes made to this website."))))) + (p "A record of any notable user-facing changes made to this website."))) + (p "¹: Though I request that you reach out to me through other channels before +sending me an invitation on Jabber. My address ended up on the XSender list, so I +have a script to block messages from anyone not on my roster."))) |