diff options
| author | Jakob L. Kreuze | 2020-07-03 18:07:12 -0400 |
|---|---|---|
| committer | Jakob L. Kreuze | 2020-07-03 18:10:15 -0400 |
| commit | 8c2bb753fdfc1a4245de8df02496d17a8d271ee6 (patch) | |
| tree | 095ef756600c7b59125400ba6aeedb0354b1cdd9 /haunt/jakob/builder/blog.scm | |
| parent | 3fcc0346c07dccee21b3d759d4d14ec59b0d8ee6 (diff) | |
Purge old information.
Diffstat (limited to 'haunt/jakob/builder/blog.scm')
| -rw-r--r-- | haunt/jakob/builder/blog.scm | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/haunt/jakob/builder/blog.scm b/haunt/jakob/builder/blog.scm index 3104ed6..13ef492 100644 --- a/haunt/jakob/builder/blog.scm +++ b/haunt/jakob/builder/blog.scm @@ -48,13 +48,6 @@ (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") " ❖ " |