diff --git a/projects.org b/projects.org index 0c5da45..9ee27ce 100644 --- a/projects.org +++ b/projects.org @@ -5,7 +5,7 @@ - [[https:git.jjanzen.ca/index.cgi/sily-bot.git][Sily-Bot]]: A simple Discord bot that I mostly made to schedule-send memes. * Completed -- [[https://git.jjanzen.ca/index.cgi/relaxing-fishing-game.git][Relaxing Fishing Game]]: a very "relaxing" fishing game for the 2024 CSSA Game Jam. +- [[https://git.jjanzen.ca/index.cgi/relaxing-fish-game.git][Relaxing Fishing Game]]: a very "relaxing" fishing game for the 2024 CSSA Game Jam. #+begin_export html #+end_export 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 "") +(defvar jj/html-preamble "") (setq org-html-htmlize-output-type 'css) (setq org-html-postamble 'create-webring-html)