10 lines
391 B
Scheme
10 lines
391 B
Scheme
;; -*- scheme -*-
|
|
|
|
`((title . "contact")
|
|
(content
|
|
(ul
|
|
(li "irc: " (address "afiw () libera.chat"))
|
|
(li "email: " (address "afiw () linuxposting.xyz") " (temporarily unavailable)")
|
|
(li "fedi: " (address "afiw () linuxposting.xyz"))
|
|
(li "matrix: " (address "() afiw () linuxposting.xyz"))
|
|
(li "other sites: " (a (@ (href "https://tilde.town/~afiw")) "tilde.town")))))
|