From 60dd6cb47b58ba5821171faabfeca1042a08a164 Mon Sep 17 00:00:00 2001 From: gnat Date: Tue, 8 Oct 2024 20:36:23 -0700 Subject: [PATCH] missed one --- src/home.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/home.lisp b/src/home.lisp index 9dffcf3..2150f6b 100644 --- a/src/home.lisp +++ b/src/home.lisp @@ -10,7 +10,7 @@ "website homepage visit-counter: $[echo visit >> files/home_visit_counter; cat files/home_visit_counter | wc -l]" (br) (br) - "if you are here, it is rather curious as to why. it encourages you to use the post arbitrary data section of this page to tell me how you found this site.")) + "if you are here, it is rather curious as to why. it encourages you to use the post arbitrary data section of this page to tell it how you found this site.")) (section () (h2 () "particularly notable pages") (a (:href "/html/site-info.html") "information about this website")