From fceae236c181bc7dfecf5cc5524ce436cf1b8272 Mon Sep 17 00:00:00 2001 From: Jacob Janzen Date: Sun, 28 Apr 2024 16:25:07 -0500 Subject: fix publish script --- publish.el | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/publish.el b/publish.el index 4de2cc2..7882260 100644 --- a/publish.el +++ b/publish.el @@ -25,10 +25,10 @@ (setq webring (json-parse-string (plz 'get "https://aidang.cc/webring/https://jjanzen.ca"))) (defun create-webring-html () (format "" - (gethash "url" (gethash "left" (webring))) - (gethash "name" (gethash "left" (webring))) - (gethash "url" (gethash "right" (webring))) - (gethash "name" (gethash "right" (webring))))) + (gethash "url" (gethash "left" webring)) + (gethash "name" (gethash "left" webring)) + (gethash "url" (gethash "right" webring)) + (gethash "name" (gethash "right" webring)))) (defun my/org-publish-org-sitemap-format (entry style project) (cond ((not (directory-name-p entry)) -- cgit v1.2.3