From 1a0d823b5c5cbcc39a2447d859bb9a0f0f65c335 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Sat, 10 Oct 2020 18:04:47 -0700 Subject: Use HTML5 --- publish.el | 4 ++++ 1 file changed, 4 insertions(+) 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 "." -- cgit v1.2.3-54-g00ecf