aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--publish.el4
1 files changed, 4 insertions, 0 deletions
diff --git a/publish.el b/publish.el
index 675e25e..57c3708 100644
--- a/publish.el
+++ b/publish.el
@@ -54,6 +54,10 @@
(setq org-publish-timestamp-directory
(concat default-directory "/.org-timestamps/"))
+(setq org-html-html5-fancy t)
+
+(setq org-html-doctype "html5")
+
(setq org-publish-project-alist
'(("index"
:base-directory "."