From 7d99d3eb7e302954ce03dba033706d2aed7dc0b9 Mon Sep 17 00:00:00 2001 From: Jacob Janzen Date: Mon, 30 Dec 2024 11:52:41 -0600 Subject: small cleanup --- publish.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'publish.el') diff --git a/publish.el b/publish.el index 0176c76..4720290 100644 --- a/publish.el +++ b/publish.el @@ -26,7 +26,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)) @@ -73,7 +73,7 @@ (if (equal "rss.org" (file-name-nondirectory filename)) (org-rss-publish-to-rss plist filename dir))) -(defvar jj/html-preamble "
HomeProjectsBlogDotfilesAbout MeRSSGit
") +(defvar jj/html-preamble "
HomeProjectsBlogDotfilesAbout MeRSSGit
") (setq org-html-htmlize-output-type 'css) (setq org-html-postamble 'create-webring-html) -- cgit v1.2.3