From e0cc1b963c0807550852928e3b9aa026de7b4a3a Mon Sep 17 00:00:00 2001 From: Jacob Janzen Date: Sun, 28 Apr 2024 16:49:11 -0500 Subject: aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa --- publish.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'publish.el') diff --git a/publish.el b/publish.el index b85d9f9..7a55510 100644 --- a/publish.el +++ b/publish.el @@ -72,7 +72,7 @@ (org-rss-publish-to-rss plist filename dir))) (setq org-html-htmlize-output-type 'css) -(setq postamble (create-webring-html)) +(setq org-html-postamble 'create-webring-html) (setq org-publish-project-alist '( ("org-core" @@ -86,7 +86,7 @@ :section-numbers nil :html-head "" :html-preamble "
HomeProjectsBlogDotfilesAbout MeRSS
" - :html-postamble (format "%S" postamble)) + :html-postamble t) ("org-static" :base-directory "~/website/" -- cgit v1.2.3