diff options
author | Jacob Janzen <jjanzenn@proton.me> | 2024-04-28 16:28:54 -0500 |
---|---|---|
committer | Jacob Janzen <jjanzenn@proton.me> | 2024-04-28 16:28:54 -0500 |
commit | 49d6780e6fe20c1cc16688ff4f2ae16f03cf57cb (patch) | |
tree | b4bbed00a4847b56d8fd5745473ed5a38c767d67 /publish.el | |
parent | fceae236c181bc7dfecf5cc5524ce436cf1b8272 (diff) |
explicitly set org-html-postamble
Diffstat (limited to 'publish.el')
-rw-r--r-- | publish.el | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 '( |