diff --git a/src/home.lisp b/src/home.lisp index b6aa083..d82ca7c 100644 --- a/src/home.lisp +++ b/src/home.lisp @@ -36,7 +36,13 @@ ,(exec-command "tree . | sed 's/^\\./site/; s/─/-/g; s/├/|/g; s/└/\\\\/g; s/│/|/g' | sed '1i
' | sed '$a
'"))) (section () (h2 () "88x31 collection") - (span () ,(exec-command "for file in ./files/88x31/*; do (file -i \"$file\" | grep -qE 'image/') && echo \"\\\"88x31\" || cat \"$file\"; done | shuf"))) + (span () ,(exec-command "for file in ./files/88x31/*; do (file -i \"$file\" | grep -qE 'image/') && echo \"\\\"88x31\" || cat \"$file\"; done | shuf")) + (h3 () "propagate its 88x31") + (code () " + <a href="https://natalieee.net/">
+ <img src="https://natalieee.net/files/natalieee.net.png" alt="natalieee.net" width="88" height="31">
+</a>") + (p () "one must!")) (section () (h2 () "post arbitrary data to be displayed here") "yes, it does sanitize this" (a (:href "/html/unnamed-friend-entity-hack-1.html") "(No you don't --sanitization tester)") "yes, it does")