From eff36df75fb5db9eca7ba68555b608a8ba7ed171 Mon Sep 17 00:00:00 2001 From: gnat Date: Wed, 23 Oct 2024 22:42:32 -0700 Subject: [PATCH] change formatting of viewthought.html --- src/html/view-thought.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/html/view-thought.lisp b/src/html/view-thought.lisp index 3fc1f88..a174b1b 100644 --- a/src/html/view-thought.lisp +++ b/src/html/view-thought.lisp @@ -5,4 +5,4 @@ (h1 (:style "display: $[test \"$(echo '{' 'thought' '}' | sed 's/ //g')\" != '{thought}' && echo block || echo none]") "$[cat ./html/thoughts/$(basename '{thought}') | grep '//']") "$[cat ./html/thoughts/$(basename '{thought}') | grep '//']" (br) (div () "$[include \"./html/thoughts/$(basename '{thought}')\"]") - "$[test \"$(echo '{' 'thought' '}' | sed 's/ //g')\" != '{thought}' || (echo '

thoughts:

'; ls ./html/thoughts | while read -r file; do echo \"

$(cat ./html/thoughts/$file | grep '//') $(cat ./html/thoughts/$file | grep '//')

\"; done | sort --numeric --reverse)]"))) + "$[test \"$(echo '{' 'thought' '}' | sed 's/ //g')\" != '{thought}' || (echo '

thoughts:

'; ls ./html/thoughts | while read -r file; do echo \"
$(cat ./html/thoughts/$file | grep '//') $(cat ./html/thoughts/$file | grep '//')
\"; done | sort --numeric --reverse)]")))