aboutsummaryrefslogtreecommitdiff
path: root/publish.el
diff options
context:
space:
mode:
Diffstat (limited to 'publish.el')
-rw-r--r--publish.el8
1 files 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 "<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))