diff options
| author | Jakob L. Kreuze <zerodaysfordays@sdf.org> | 2020-07-03 18:07:12 -0400 |
|---|---|---|
| committer | Jakob L. Kreuze <zerodaysfordays@sdf.org> | 2020-07-03 18:10:15 -0400 |
| commit | 8c2bb753fdfc1a4245de8df02496d17a8d271ee6 (patch) | |
| tree | 095ef756600c7b59125400ba6aeedb0354b1cdd9 | |
| parent | 3fcc0346c07dccee21b3d759d4d14ec59b0d8ee6 (diff) | |
Purge old information.
| -rw-r--r-- | haunt/jakob/builder/blog.scm | 7 | ||||
| -rw-r--r-- | haunt/pages/about.sxml | 6 |
2 files changed, 1 insertions, 12 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") " ❖ " diff --git a/haunt/pages/about.sxml b/haunt/pages/about.sxml index e0dee89..ba8e91f 100644 --- a/haunt/pages/about.sxml +++ b/haunt/pages/about.sxml @@ -115,11 +115,7 @@ studying computer science and mathematics at the University of Massachusetts Amherst. I'm into functional programming, computer security, permaculture, cooking, punk rock, and lifting weights.") (p "I'm still in the process of putting things together, so this page is a bit empty.") - (p "As of right now, " - (b "I am still searching for a summer internship for 2020") - ". So if you get the impression that I would be a good fit for your -company, my inbox is open.") - (p (b "IMPORTANT: ") + (p (b "N.B. ") "if you have sent an email to an address of mine ending in 'sdf.lonestar.org' between January 2nd, 2020 and now, I have not received it. SDF has discontinued mail service on that domain. As such, " |