diff options
| author | Jakob L. Kreuze | 2020-01-23 09:20:55 -0500 |
|---|---|---|
| committer | Jakob L. Kreuze | 2020-01-23 09:21:37 -0500 |
| commit | df87d2633837f63a6596eca69c2daf12f8958eb7 (patch) | |
| tree | 1d92c3e92d3657cfca0fcf656f4bc34d92483938 /haunt/jakob/builder/blog.scm | |
| parent | 5c9a092a9082c1d75dd91df8d811ffd114e13ec8 (diff) | |
Update email address and GPG key.
Diffstat (limited to 'haunt/jakob/builder/blog.scm')
| -rw-r--r-- | haunt/jakob/builder/blog.scm | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/haunt/jakob/builder/blog.scm b/haunt/jakob/builder/blog.scm index d286f13..645d6f9 100644 --- a/haunt/jakob/builder/blog.scm +++ b/haunt/jakob/builder/blog.scm @@ -48,6 +48,13 @@ (define (render-article post) "Return the SHTML for POST's contents." #<(main + (div + (p (b "Hey. ") "Earlier this year, SDF discontinued email service on their +'sdf.lonestar.org' domain. If you've sent something to an address of mine on +that domain, and I haven't responded, there's a good chance I just didn't get +it. You can find my new address and PGP key " +,(hyperlink "/pages/about.html" "here") ".")) + (hr) (h1 ,(post-ref post 'title)) (p ,(date->string (post-date post) "~B ~d, ~Y") " ❖ " |