From 42d0a22fee547df6cfd5b8435c0ec336884f3a9c Mon Sep 17 00:00:00 2001 From: Jacob Janzen Date: Sun, 28 Apr 2024 16:36:12 -0500 Subject: idk man --- publish.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'publish.el') diff --git a/publish.el b/publish.el index 4497898..2cddf97 100644 --- a/publish.el +++ b/publish.el @@ -71,7 +71,6 @@ (if (equal "rss.org" (file-name-nondirectory filename)) (org-rss-publish-to-rss plist filename dir))) -(setq org-html-postamble (create-webring-html)) (setq org-html-htmlize-output-type 'css) (setq org-publish-project-alist '( @@ -86,7 +85,7 @@ :section-numbers nil :html-head "" :html-preamble "
HomeProjectsBlogDotfilesAbout MeRSS
" - :html-postamble create-webring-html) + :html-postamble ,create-webring-html) ("org-static" :base-directory "~/website/" -- cgit v1.2.3