diff options
-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") |