From 5b91ae130e6574095061d3c7e52572849d360c49 Mon Sep 17 00:00:00 2001 From: gnat Date: Sat, 7 Sep 2024 11:29:23 -0700 Subject: [PATCH] fix error in site-info --- src/html/site-info.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/html/site-info.lisp b/src/html/site-info.lisp index e6b7a8a..e213fb3 100644 --- a/src/html/site-info.lisp +++ b/src/html/site-info.lisp @@ -25,7 +25,7 @@ "the colors of both the light and dark mode are based off of the colorscheme of my laptop.") (p () "the html for this website is generated using htmlgen." - "if you are curious as to why, please see the posts from 2024-08-21 and 2024-09-01 here.)) + "if you are curious as to why, please see the posts from 2024-08-21 and 2024-09-01 here.")) (section () (h2 () "sludge") (h3 () "what is a sludge?")