fix publish script
This commit is contained in:
parent
e05b1dacd9
commit
fceae236c1
1 changed files with 4 additions and 4 deletions
|
@ -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))
|
||||
|
|
Loading…
Add table
Reference in a new issue