From 3ae2641f83b815ffefcb9403c004d6fb9175ecd7 Mon Sep 17 00:00:00 2001 From: nat Date: Sun, 11 May 2025 15:32:04 -0700 Subject: [PATCH] comment unfinished pages from list of links --- www/src/pages/html/about-natalie.hy | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/www/src/pages/html/about-natalie.hy b/www/src/pages/html/about-natalie.hy index a6fd78e..8af5d5e 100644 --- a/www/src/pages/html/about-natalie.hy +++ b/www/src/pages/html/about-natalie.hy @@ -41,7 +41,7 @@ (li "writing awful, noncompliant http servers to support the above hobby") (li "creating awful bash oneliners") (li "modifying its build of the linux kernel") - (li "making the python interpreter segfault" $(run "make-footnote 'there are some relevant blog posts about this one.'"))) + (li "making the python interpreter segfault" ~(run "make-footnote 'there are some relevant blog posts about this one.'"))) (p "additionally, it enjoys learning about math, chemistry, biology, physics, geography, urban planning, history, and languistics. " "it has an interest in locks as well, and will make keys when it is bored. sometimes they are even keys it is allowed to have." ~(run "make-footnote \"it will not make keys for things it shouldn't when asked nicely not to, or when it senses that it would get in annoying amounts of trouble for doing so\"")) @@ -135,8 +135,9 @@ (p "it owns many computers. here are some notable ones:") (ul (li ~(link "/html/its-laptop.html" "its framework 16")) - (li ~(link "/html/its-old-laptop.html" "its old {w,t}530")) - (li ~(link "/html/this-server.html" "the server this site runs on")))) + ;; (li ~(link "/html/its-old-laptop.html" "its old {w,t}530")) + ;; (li ~(link "/html/this-server.html" "the server this site runs on")) + )) ~(run "put-footnotes") ~(comments "/htm/about-natalie.html"))))