fix publish script

This commit is contained in:
Jacob Janzen 2024-04-28 16:25:07 -05:00
parent e05b1dacd9
commit fceae236c1

View file

@ -25,10 +25,10 @@
(setq webring (json-parse-string (plz 'get "https://aidang.cc/webring/https://jjanzen.ca")))
(defun create-webring-html ()
(format "<div class='footer'><span><a href='%s'>« %s</a></span><span>CSSA Web Ring</span><span><a href='%s'>%s »</a></span></div>"
(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))