From cff030d2a91968a405df985b0db39dc6ac0bda14 Mon Sep 17 00:00:00 2001 From: Jacob Janzen Date: Thu, 8 Aug 2024 20:59:26 -0500 Subject: fix styling on copyright --- publish.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'publish.el') diff --git a/publish.el b/publish.el index 8dae58c..82564e2 100644 --- a/publish.el +++ b/publish.el @@ -25,7 +25,7 @@ (setq webring (json-parse-string (plz 'get "https://aidang.cc/webring/https://jjanzen.ca"))) (defun create-webring-html (plist) - (format "" + (format "" (gethash "url" (gethash "left" webring)) (gethash "name" (gethash "left" webring)) (gethash "url" (gethash "right" webring)) -- cgit v1.2.3