From 49d6780e6fe20c1cc16688ff4f2ae16f03cf57cb Mon Sep 17 00:00:00 2001 From: Jacob Janzen Date: Sun, 28 Apr 2024 16:28:54 -0500 Subject: explicitly set org-html-postamble --- publish.el | 1 + 1 file changed, 1 insertion(+) (limited to 'publish.el') diff --git a/publish.el b/publish.el index 7882260..2518be7 100644 --- a/publish.el +++ b/publish.el @@ -71,6 +71,7 @@ (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 '( -- cgit v1.2.3