diff options
author | Arun Isaac | 2019-06-22 21:49:05 +0530 |
---|---|---|
committer | Arun Isaac | 2019-06-22 21:49:05 +0530 |
commit | 12fa1d0366e33bf47e8600418a6a48f1832f0375 (patch) | |
tree | f8457d5ea0a16dff5c6163459e3e0ce58b7714d8 | |
parent | 1aaab1c7e301aa4e0b0a216d889d75bc04c61d89 (diff) | |
download | guile-email-12fa1d0366e33bf47e8600418a6a48f1832f0375.tar.gz guile-email-12fa1d0366e33bf47e8600418a6a48f1832f0375.tar.lz guile-email-12fa1d0366e33bf47e8600418a6a48f1832f0375.zip |
website: Do not include default style and scripts.
* build-website.el (org-html-head-include-default-style,
org-html-head-include-scripts): Set to nil.
-rw-r--r-- | build-website.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/build-website.el b/build-website.el index 7c1781f..eaa710f 100644 --- a/build-website.el +++ b/build-website.el @@ -22,6 +22,8 @@ (setq org-export-with-section-numbers nil org-export-with-sub-superscripts nil org-export-with-toc nil + org-html-head-include-default-style nil + org-html-head-include-scripts nil org-html-postamble nil) (with-current-buffer (find-file "README.org") |