aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemse2020-10-10 18:04:47 -0700
committerGravatar Tom Willemse2020-10-10 18:05:08 -0700
commit1a0d823b5c5cbcc39a2447d859bb9a0f0f65c335 (patch)
tree7a57008dbc203f2f8f8d05bb6d11be3f10a34c90
parent8625e7e8e8d41dc2e0fb7d7a72316d274b368c09 (diff)
downloadnew-ryuslash.org-1a0d823b5c5cbcc39a2447d859bb9a0f0f65c335.tar.gz
new-ryuslash.org-1a0d823b5c5cbcc39a2447d859bb9a0f0f65c335.zip
Use HTML5
-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 "."