From 3d4eff43e5b95c20a549ec719ca1d07a66665bbf Mon Sep 17 00:00:00 2001 From: Jacob Janzen Date: Thu, 8 Aug 2024 20:54:53 -0500 Subject: add copyright notice and update stylesheet --- publish.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'publish.el') diff --git a/publish.el b/publish.el index 3517abd..8dae58c 100644 --- a/publish.el +++ b/publish.el @@ -25,7 +25,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)) @@ -148,5 +148,5 @@ :publishing-directory "~/public_html/dotfiles" :recursive t :publishing-function org-publish-attachment) - ("org" :components ("org-core" "org-static-website" "org-config" "org-blog" "org-rss" "org-static-config")))) + ("org" :components ("org-core" "org-static-website" "org-config" "org-blog" "org-rss")))) (org-publish-all t) -- cgit v1.2.3