aboutsummaryrefslogtreecommitdiffstats
path: root/docs/publish.el
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2021-01-15 19:45:58 +0000
committerYann Herklotz <git@yannherklotz.com>2021-01-15 19:45:58 +0000
commit90c7fd8d23881e3f120fd003537b0bd86d81ab40 (patch)
tree3c53ef83747d319fd7e09efe58ecc80f6b221fa9 /docs/publish.el
parentbd1fc29d17bdd5d51ec96d429dbc03f21c236d8e (diff)
downloadvericert-90c7fd8d23881e3f120fd003537b0bd86d81ab40.tar.gz
vericert-90c7fd8d23881e3f120fd003537b0bd86d81ab40.zip
Fix inconsistencies in website
Diffstat (limited to 'docs/publish.el')
-rw-r--r--docs/publish.el4
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/publish.el b/docs/publish.el
index b7da056..930023c 100644
--- a/docs/publish.el
+++ b/docs/publish.el
@@ -9,6 +9,8 @@
(require 'org)
(require 'ox-publish)
+(require 'ox-html)
+(require 'htmlize)
(defvar vericert/header "")
(defvar vericert/site-attachments nil)
@@ -39,7 +41,7 @@
org-export-with-section-numbers t
org-export-with-toc t)
-(setq org-html-divs '((preamble "header" "header")
+(setq org-html-divs '((preamble "div" "nothing")
(content "main" "content")
(postamble "footer" "postamble"))
org-html-container-element "section"